18 lines
457 B
TypeScript
18 lines
457 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 phone_addr_enhanced_capable = {
|
|
Y: 'Y',
|
|
N: 'N'
|
|
} as const
|
|
|
|
export type phone_addr_enhanced_capable = (typeof phone_addr_enhanced_capable)[keyof typeof phone_addr_enhanced_capable]
|