lsync API
    Preparing search index...

    Type Alias ApiHandler<TResult, TInput>

    ApiHandler: (args: ApiHandlerArgs<TInput>) => TResult | Promise<TResult>

    Type Parameters

    • TResult = unknown
    • TInput = unknown

    Type Declaration