Skip to main content

notificationTemplatesTableInsertSchema

API Docs


Variable: notificationTemplatesTableInsertSchema

const notificationTemplatesTableInsertSchema: BuildSchema<"insert", { body: PgColumn<{ }, { }, { }>; channelType: PgColumn<{ }, { }, { }>; createdAt: PgColumn<{ }, { }, { }>; creatorId: PgColumn<{ }, { }, { }>; eventType: PgColumn<{ }, { }, { }>; id: PgColumn<{ }, { }, { }>; linkedRouteName: PgColumn<{ }, { }, { }>; name: PgColumn<{ }, { }, { }>; title: PgColumn<{ }, { }, { }>; updatedAt: PgColumn<{ }, { }, { }>; updaterId: PgColumn<{ }, { }, { }>; }, { body: (schema) => ZodString; channelType: (schema) => ZodString; eventType: (schema) => ZodString; linkedRouteName: (schema) => ZodOptional<ZodString>; name: (schema) => ZodString; title: (schema) => ZodString; }>

Defined in: src/drizzle/tables/NotificationTemplate.ts:124