core-utils
    Preparing search index...

    Interface AdminAuthTokenCommandRunnerParams

    interface AdminAuthTokenCommandRunnerParams {
        arguments: readonly string[];
        executable: string;
        timeoutMs: number;
    }
    Index
    arguments: readonly string[]
    executable: string
    timeoutMs: number