Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-05-10 09:44:49 +03:30
parent 4e61ff618e
commit afa83895a2
28 changed files with 1663 additions and 2186 deletions
+2 -2
View File
@@ -123,10 +123,10 @@ export type ProviderAccount = Prisma.ProviderAccountModel
*/
export type Provider = Prisma.ProviderModel
/**
* Model ConsumerDevices
* Model ConsumerAccountDevice
*
*/
export type ConsumerDevices = Prisma.ConsumerDevicesModel
export type ConsumerAccountDevice = Prisma.ConsumerAccountDeviceModel
/**
* Model ApplicationReleasedInfo
*