planning-center-monorepo v1.0.0
planning-center-monorepo / planning-center-check-ins-ts/src / PersonEventResource
Interface: PersonEventResource
Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:325
A representation of a single resource.
Extends
ResourceObject<"PersonEvent",PersonEventAttributes,PersonEventRelationships>
Properties
type
type:
"PersonEvent"
Defined in: packages/planning-center-base-ts/dist/types/json-api.d.ts:58
Inherited from
id
id:
string
Defined in: packages/planning-center-base-ts/dist/types/json-api.d.ts:59
Inherited from
attributes?
optionalattributes:PersonEventAttributes
Defined in: packages/planning-center-base-ts/dist/types/json-api.d.ts:60
Inherited from
relationships?
optionalrelationships:PersonEventRelationships
Defined in: packages/planning-center-base-ts/dist/types/json-api.d.ts:61
Inherited from
links?
optionallinks:Links
Defined in: packages/planning-center-base-ts/dist/types/json-api.d.ts:62
Inherited from
meta?
optionalmeta:Meta
Defined in: packages/planning-center-base-ts/dist/types/json-api.d.ts:63