Skip to main content

CreateEventAttendeeInput

API Docs


Type Alias: CreateEventAttendeeInput

CreateEventAttendeeInput = object

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

Type for creating a new event attendee record.

Properties

eventId?

optional eventId: string

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


isInvited?

optional isInvited: boolean

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


isRegistered?

optional isRegistered: boolean

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


recurringEventInstanceId?

optional recurringEventInstanceId: string

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


userId

userId: string

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