Skip to main content

eventVolunteerExceptionsTableRelations

API Docs


Variable: eventVolunteerExceptionsTableRelations

const eventVolunteerExceptionsTableRelations: Relations<"event_volunteer_exceptions", { createdByUser: One<"users", false>; recurringEventInstance: One<"recurring_event_instances", true>; updatedByUser: One<"users", false>; volunteer: One<"event_volunteers", true>; }>

Defined in: src/drizzle/tables/eventVolunteerExceptions.ts:41