defineRestResource
Call Signature
Section titled “Call Signature”defineRestResource<
TEndpoints,TIdField,TListQuerySource>(definition):RestResourceWithListQuery<TEndpoints,TIdField,TListQuerySource>
Defined in: wp-typia-rest/src/resource.ts:317
Type Parameters
Section titled “Type Parameters”TEndpoints
Section titled “TEndpoints”TEndpoints extends RestResourceEndpointSet
TIdField
Section titled “TIdField”TIdField extends string | undefined = string | undefined
TListQuerySource
Section titled “TListQuerySource”TListQuerySource = never
Parameters
Section titled “Parameters”definition
Section titled “definition”RestResourceDefinition<TEndpoints, TIdField, TListQuerySource> & object
Returns
Section titled “Returns”RestResourceWithListQuery<TEndpoints, TIdField, TListQuerySource>
Call Signature
Section titled “Call Signature”defineRestResource<
TEndpoints,TIdField,TListQuerySource>(definition):RestResource<TEndpoints,TIdField,TListQuerySource>
Defined in: wp-typia-rest/src/resource.ts:329
Type Parameters
Section titled “Type Parameters”TEndpoints
Section titled “TEndpoints”TEndpoints extends RestResourceEndpointSet
TIdField
Section titled “TIdField”TIdField extends string | undefined = string | undefined
TListQuerySource
Section titled “TListQuerySource”TListQuerySource = never
Parameters
Section titled “Parameters”definition
Section titled “definition”RestResourceDefinition<TEndpoints, TIdField, TListQuerySource>
Returns
Section titled “Returns”RestResource<TEndpoints, TIdField, TListQuerySource>