Variable MJAPIKeyApplicationSchemaConst
MJAPIKeyApplicationSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
APIKey: ZodString;
APIKeyID: ZodString;
Application: ZodString;
ApplicationID: ZodString;
ID: ZodString;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
APIKey?: string;
APIKeyID?: string;
Application?: string;
ApplicationID?: string;
ID?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
APIKey?: string;
APIKeyID?: string;
Application?: string;
ApplicationID?: string;
ID?: string;
},
> = ...
zod schema definition for the entity MJ: API Key Applications