lsync API
    Preparing search index...

    Interface CollectionApiHandlerArgs<TInput, T, TKey>

    interface CollectionApiHandlerArgs<
        TInput,
        T extends object,
        TKey extends string | number,
    > {
        collection: Collection<T, TKey>;
        input: TInput;
        params: CollectionScopeParams;
        scope: string;
    }

    Type Parameters

    • TInput
    • T extends object
    • TKey extends string | number
    Index
    collection: Collection<T, TKey>
    input: TInput
    scope: string