added other stuff

This commit is contained in:
Jakob Boedker
2026-03-24 22:51:54 +01:00
parent f68476ac48
commit 4c4b480350
26 changed files with 18549 additions and 6 deletions

View 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'