toRestResourceListRequest
toRestResourceListRequest<
TSource,TEndpoints,TIdField>(resource,source):EndpointRequest<Extract<TEndpoints["list"],AnyApiEndpoint>>
Defined in: wp-typia-rest/src/resource.ts:306
Type Parameters
Section titled “Type Parameters”TSource
Section titled “TSource”TSource
TEndpoints
Section titled “TEndpoints”TEndpoints extends RestResourceEndpointSet
TIdField
Section titled “TIdField”TIdField extends string | undefined
Parameters
Section titled “Parameters”resource
Section titled “resource”RestResourceWithListQuery<TEndpoints, TIdField, TSource>
source
Section titled “source”TSource
Returns
Section titled “Returns”EndpointRequest<Extract<TEndpoints["list"], AnyApiEndpoint>>