20 lines
688 B
TypeScript
20 lines
688 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/User.ts'
|
|
export type * from './models/Role.ts'
|
|
export type * from './models/UserRole.ts'
|
|
export type * from './models/UserGroup.ts'
|
|
export type * from './models/DeviceGroup.ts'
|
|
export type * from './models/Location.ts'
|
|
export type * from './models/Device.ts'
|
|
export type * from './models/Tag.ts'
|
|
export type * from './models/DeviceHistory.ts'
|
|
export type * from './commonInputTypes.ts' |