2026-04-10 15:43:07 +02:00
|
|
|
|
|
|
|
|
/* !!! 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'
|
|
|
|
|
export type * from './models/Game'
|
2026-04-10 21:41:49 +02:00
|
|
|
export type * from './models/DailyPuzzle'
|
2026-04-11 17:37:56 +02:00
|
|
|
export type * from './models/Room'
|
2026-04-10 21:41:49 +02:00
|
|
|
export type * from './models/DailyResult'
|
2026-04-10 15:43:07 +02:00
|
|
|
export type * from './commonInputTypes'
|