@nextcloud/files
    Preparing search index...

    Type Alias PipelineCallback<S>

    PipelineCallback: (
        err: ErrnoException | null,
        value: S extends (...args: any[]) => PromiseLike<infer R> ? R : undefined,
    ) => void

    Type Parameters

    Type Declaration