20 lines
692 B
TypeScript
20 lines
692 B
TypeScript
|
|
/* !!! This is code generated by Prisma. Do not edit directly. !!! */
|
|
/* eslint-disable */
|
|
// biome-ignore-all lint: generated file
|
|
// @ts-nocheck
|
|
/*
|
|
* This is a barrel export file for all models and their related types.
|
|
*
|
|
* 🟢 You can import this file directly.
|
|
*/
|
|
export type * from './models/User.ts'
|
|
export type * from './models/Session.ts'
|
|
export type * from './models/Account.ts'
|
|
export type * from './models/Verification.ts'
|
|
export type * from './models/Organization.ts'
|
|
export type * from './models/Member.ts'
|
|
export type * from './models/Invitation.ts'
|
|
export type * from './models/Setting.ts'
|
|
export type * from './models/Audit.ts'
|
|
export type * from './commonInputTypes.ts' |