Variable MJQuerySQLSchemaConst
MJQuerySQLSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
ID: ZodString;
Query: ZodString;
QueryID: ZodString;
SQL: ZodString;
SQLDialect: ZodString;
SQLDialectID: ZodString;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
ID?: string;
Query?: string;
QueryID?: string;
SQL?: string;
SQLDialect?: string;
SQLDialectID?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
ID?: string;
Query?: string;
QueryID?: string;
SQL?: string;
SQLDialect?: string;
SQLDialectID?: string;
},
> = ...
zod schema definition for the entity MJ: Query SQLs