Type Alias: PatreonQuery<T, Includes, Attributes, Listing>
PatreonQuery<
T,Includes,Attributes,Listing> =BasePatreonQuery& {_payload_type:RequestPayload<T,Includes,Attributes,Listing>; }
Defined in: schemas/v2/query.ts:76
Type declaration
_payload_type
_payload_type:
RequestPayload<T,Includes,Attributes,Listing>
DO NOT USE THIS!
An empty string. Used to infer the return type for the response
Deprecated
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends Type | - |
Includes extends RelationshipFields<T> | - |
Attributes extends RelationshipMap<T, Includes> | - |
Listing extends boolean | false |