boundfetch
    Preparing search index...

    Type Alias BoundFetchClient<TMode, TEndpoints>

    BoundFetchClient: {
        [Key in keyof TEndpoints]: EndpointCallFn<TMode, TEndpoints[Key]>
    }

    Type Parameters