Skip to main content

CreateEventAttendeeInput

API Docs


Type Alias: CreateEventAttendeeInput

CreateEventAttendeeInput = object

Defined in: src/drizzle/tables/eventAttendees.ts:225

Type for creating a new event attendee record.

Properties

eventId?

optional eventId: string

Defined in: src/drizzle/tables/eventAttendees.ts:227


isInvited?

optional isInvited: boolean

Defined in: src/drizzle/tables/eventAttendees.ts:229


isRegistered?

optional isRegistered: boolean

Defined in: src/drizzle/tables/eventAttendees.ts:230


recurringEventInstanceId?

optional recurringEventInstanceId: string

Defined in: src/drizzle/tables/eventAttendees.ts:228


userId

userId: string

Defined in: src/drizzle/tables/eventAttendees.ts:226