This commit is contained in:
2026-04-22 21:55:40 +03:30
parent 1a3a450960
commit f9e1ad69dc
85 changed files with 15644 additions and 4057 deletions
+10 -5
View File
@@ -122,16 +122,21 @@ export type ProviderAccount = Prisma.ProviderAccountModel
*
*/
export type Provider = Prisma.ProviderModel
/**
* Model ConsumerDevices
*
*/
export type ConsumerDevices = Prisma.ConsumerDevicesModel
/**
* Model ApplicationReleasedInfo
*
*/
export type ApplicationReleasedInfo = Prisma.ApplicationReleasedInfoModel
/**
* Model TriggerLog
*
*/
export type TriggerLog = Prisma.TriggerLogModel
/**
* Model UserDevices
*
*/
export type UserDevices = Prisma.UserDevicesModel
/**
* Model Customer
*