CREDENTIAL TYPE MANAGEMENT WORKS
This commit is contained in:
@@ -59,3 +59,18 @@ export type Role = Prisma.RoleModel
|
||||
*
|
||||
*/
|
||||
export type Company = Prisma.CompanyModel
|
||||
/**
|
||||
* Model CredentialType
|
||||
*
|
||||
*/
|
||||
export type CredentialType = Prisma.CredentialTypeModel
|
||||
/**
|
||||
* Model SecureValue
|
||||
*
|
||||
*/
|
||||
export type SecureValue = Prisma.SecureValueModel
|
||||
/**
|
||||
* Model Credential
|
||||
*
|
||||
*/
|
||||
export type Credential = Prisma.CredentialModel
|
||||
|
||||
Reference in New Issue
Block a user