Variable MJEntityActionInvocationTypeSchemaConst
MJEntityActionInvocationTypeSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
Description: ZodNullable<ZodString>;
DisplaySequence: ZodNumber;
ID: ZodString;
Name: ZodString;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Description?: string;
DisplaySequence?: number;
ID?: string;
Name?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Description?: string;
DisplaySequence?: number;
ID?: string;
Name?: string;
},
> = ...
zod schema definition for the entity MJ: Entity Action Invocation Types