Type Alias: RelationshipFields<T>
RelationshipFields<
T
> = keyofRelationDataItem
<T
,1
,false
> extends infer Key ?Key
extendsstring
?Key
:never
:never
Defined in: schemas/v2/relationships.ts:131
For an resource, returns the relationship names that this resource can have.
Type Parameters
T
T
extends Type
| `${Type}`
See
https://docs.patreon.com/#apiv2-resources in the API documentation beneath each resource table the relationships
table