2026-04-27 20:33:09 -03: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/tokens.js'
|
|
|
|
|
export type * from './models/users.js'
|
2026-05-03 03:51:16 -03:00
|
|
|
export type * from './models/companies.js'
|
|
|
|
|
export type * from './models/rides.js'
|
2026-04-27 20:33:09 -03:00
|
|
|
export type * from './commonInputTypes.js'
|