100 lines
2.0 KiB
TypeScript
100 lines
2.0 KiB
TypeScript
|
|
/* !!! This is code generated by Prisma. Do not edit directly. !!! */
|
|
/* eslint-disable */
|
|
// biome-ignore-all lint: generated file
|
|
// @ts-nocheck
|
|
/*
|
|
* This file should be your main import to use Prisma-related types and utilities in a browser.
|
|
* Use it to get access to models, enums, and input types.
|
|
*
|
|
* This file does not contain a `PrismaClient` class, nor several other helpers that are intended as server-side only.
|
|
* See `client.ts` for the standard, server-side entry point.
|
|
*
|
|
* 🟢 You can import this file directly.
|
|
*/
|
|
|
|
import * as Prisma from './internal/prismaNamespaceBrowser'
|
|
export { Prisma }
|
|
export * as $Enums from './enums'
|
|
export * from './enums';
|
|
/**
|
|
* Model codeDesjardins
|
|
*
|
|
*/
|
|
export type codeDesjardins = Prisma.codeDesjardinsModel
|
|
/**
|
|
* Model customers
|
|
*
|
|
*/
|
|
export type customers = Prisma.customersModel
|
|
/**
|
|
* Model dealers
|
|
*
|
|
*/
|
|
export type dealers = Prisma.dealersModel
|
|
/**
|
|
* Model employee_shift_template
|
|
*
|
|
*/
|
|
export type employee_shift_template = Prisma.employee_shift_templateModel
|
|
/**
|
|
* Model employees
|
|
*
|
|
*/
|
|
export type employees = Prisma.employeesModel
|
|
/**
|
|
* Model expenses
|
|
*
|
|
*/
|
|
export type expenses = Prisma.expensesModel
|
|
/**
|
|
* Model hours_bank
|
|
*
|
|
*/
|
|
export type hours_bank = Prisma.hours_bankModel
|
|
/**
|
|
* Model mileage_bank
|
|
*
|
|
*/
|
|
export type mileage_bank = Prisma.mileage_bankModel
|
|
/**
|
|
* Model shifts
|
|
*
|
|
*/
|
|
export type shifts = Prisma.shiftsModel
|
|
/**
|
|
* Model shifts_of_template
|
|
*
|
|
*/
|
|
export type shifts_of_template = Prisma.shifts_of_templateModel
|
|
/**
|
|
* Model sick_leave
|
|
*
|
|
*/
|
|
export type sick_leave = Prisma.sick_leaveModel
|
|
/**
|
|
* Model time_sheet_periods
|
|
*
|
|
*/
|
|
export type time_sheet_periods = Prisma.time_sheet_periodsModel
|
|
/**
|
|
* Model time_sheet_template
|
|
*
|
|
*/
|
|
export type time_sheet_template = Prisma.time_sheet_templateModel
|
|
/**
|
|
* Model time_sheets
|
|
*
|
|
*/
|
|
export type time_sheets = Prisma.time_sheetsModel
|
|
/**
|
|
* Model users
|
|
*
|
|
*/
|
|
export type users = Prisma.usersModel
|
|
/**
|
|
* Model vacation_leave
|
|
*
|
|
*/
|
|
export type vacation_leave = Prisma.vacation_leaveModel
|