1
1
mirror of https://github.com/ZeroCatDev/ClassworksKV.git synced 2026-02-03 23:23:10 +00:00
2026-02-01 20:08:13 +08:00

16 lines
524 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/Account.ts'
export type * from './models/AppInstall.ts'
export type * from './models/AutoAuth.ts'
export type * from './models/Device.ts'
export type * from './models/KVStore.ts'
export type * from './commonInputTypes.ts'