lsync API
    Preparing search index...

    Interface CollectionApiMethod<TInput, TOutput, T, TKey>

    interface CollectionApiMethod<
        TInput = undefined,
        TOutput = unknown,
        T extends object = any,
        TKey extends string | number = any,
    > {
        handler?: CollectionApiHandler<TInput, TOutput, T, TKey>;
        path?: string;
    }

    Type Parameters

    • TInput = undefined
    • TOutput = unknown
    • T extends object = any
    • TKey extends string | number = any
    Index
    path?: string