added other stuff
This commit is contained in:
22
generated/prisma/models.ts
Normal file
22
generated/prisma/models.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
/* !!! 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/Exercise.ts'
|
||||
export type * from './models/MesoCycle.ts'
|
||||
export type * from './models/MesoCycleDay.ts'
|
||||
export type * from './models/MesoCycleExercise.ts'
|
||||
export type * from './models/WorkoutSession.ts'
|
||||
export type * from './models/ExerciseLog.ts'
|
||||
export type * from './models/SessionFeedback.ts'
|
||||
export type * from './commonInputTypes.ts'
|
||||
Reference in New Issue
Block a user