Skip to Content
APIPlanning Center Base TSSrcType AliasesType Alias: ToMany<TType>

planning-center-monorepo v1.0.0


planning-center-monorepo / planning-center-base-ts/src / ToMany

Type Alias: ToMany<TType>

ToMany<TType> = Omit<Relationship, "data"> & object

Defined in: packages/planning-center-base-ts/src/types/json-api.ts:68 

Type Declaration

data?

optional data: ResourceIdentifier<TType>[]

Type Parameters

TType

TType extends string