Introduces database schema, Prisma models, and API support for companies and rides, enabling CRUD operations and synchronization. Updates the sync flow to handle companies and rides, removes redundant user sync, and aligns naming conventions and indexing for better consistency and maintainability. Co-authored-by: Copilot <copilot@github.com>
15 lines
No EOL
477 B
TypeScript
15 lines
No EOL
477 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/tokens.js'
|
|
export type * from './models/users.js'
|
|
export type * from './models/companies.js'
|
|
export type * from './models/rides.js'
|
|
export type * from './commonInputTypes.js' |