mirror of
https://github.com/ZeroCatDev/ClassworksKV.git
synced 2026-02-04 07:44:40 +00:00
16 lines
524 B
TypeScript
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' |