@umbraco-cms/backoffice
    Preparing search index...

    Type Alias UnionCommands<T>

    UnionCommands: UnionToIntersection<
        ValuesOf<Pick<Commands<T>, KeysWithTypeOf<Commands<T>, object>>>,
    >

    Type Parameters