yaejunyang/packages/db/generated/prisma/enums.ts
2026-05-19 15:59:17 +00:00

18 lines
421 B
TypeScript

/* !!! This is code generated by Prisma. Do not edit directly. !!! */
/* eslint-disable */
// biome-ignore-all lint: generated file
// @ts-nocheck
/*
* This file exports all enum related types from the schema.
*
* 🟢 You can import this file directly.
*/
export const Voice = {
TypeCast: 'TypeCast',
Papago: 'Papago',
Supertonic: 'Supertonic'
} as const
export type Voice = (typeof Voice)[keyof typeof Voice]