Skip to content

RestResourceDefinition

Defined in: wp-typia-rest/src/resource.ts:22

TEndpoints extends RestResourceEndpointSet

TIdField extends string | undefined = string | undefined

TListQuerySource = never

endpoints: TEndpoints

Defined in: wp-typia-rest/src/resource.ts:27


optional idField?: TIdField

Defined in: wp-typia-rest/src/resource.ts:28


optional listQuery?: [Extract<TEndpoints["list"], AnyApiEndpoint>] extends [never] ? never : RestResourceListQueryBridge<TListQuerySource, EndpointRequest<Extract<TEndpoints["list"], AnyApiEndpoint>>>

Defined in: wp-typia-rest/src/resource.ts:29


optional namespace?: string

Defined in: wp-typia-rest/src/resource.ts:35


optional path?: string

Defined in: wp-typia-rest/src/resource.ts:36