Variable MJApplicationEntitySchemaConst
MJApplicationEntitySchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
Application: ZodString;
ApplicationID: ZodString;
DefaultForNewUser: ZodBoolean;
Entity: ZodString;
EntityBaseTable: ZodString;
EntityBaseTableCodeName: ZodNullable<ZodString>;
EntityClassName: ZodNullable<ZodString>;
EntityCodeName: ZodNullable<ZodString>;
EntityID: ZodString;
ID: ZodString;
Sequence: ZodNumber;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Application?: string;
ApplicationID?: string;
DefaultForNewUser?: boolean;
Entity?: string;
EntityBaseTable?: string;
EntityBaseTableCodeName?: string;
EntityClassName?: string;
EntityCodeName?: string;
EntityID?: string;
ID?: string;
Sequence?: number;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Application?: string;
ApplicationID?: string;
DefaultForNewUser?: boolean;
Entity?: string;
EntityBaseTable?: string;
EntityBaseTableCodeName?: string;
EntityClassName?: string;
EntityCodeName?: string;
EntityID?: string;
ID?: string;
Sequence?: number;
},
> = ...
zod schema definition for the entity MJ: Application Entities