Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user