Variable MJFileStorageAccountSchemaConst
MJFileStorageAccountSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
Credential: ZodString;
CredentialID: ZodString;
Description: ZodNullable<ZodString>;
ID: ZodString;
IncludeInGlobalSearch: ZodBoolean;
Name: ZodString;
Provider: ZodString;
ProviderID: ZodString;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Credential?: string;
CredentialID?: string;
Description?: string;
ID?: string;
IncludeInGlobalSearch?: boolean;
Name?: string;
Provider?: string;
ProviderID?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Credential?: string;
CredentialID?: string;
Description?: string;
ID?: string;
IncludeInGlobalSearch?: boolean;
Name?: string;
Provider?: string;
ProviderID?: string;
},
> = ...
zod schema definition for the entity MJ: File Storage Accounts