Member Junction
    Preparing search index...

    Variable MJSchemaInfoSchemaConst

    MJSchemaInfoSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            CanonicalSchemaName: ZodNullable<ZodString>;
            Comments: ZodNullable<ZodString>;
            Description: ZodNullable<ZodString>;
            EntityIDMax: ZodNumber;
            EntityIDMin: ZodNumber;
            EntityNamePrefix: ZodNullable<ZodString>;
            EntityNameSuffix: ZodNullable<ZodString>;
            ID: ZodString;
            SchemaName: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            CanonicalSchemaName?: string;
            Comments?: string;
            Description?: string;
            EntityIDMax?: number;
            EntityIDMin?: number;
            EntityNamePrefix?: string;
            EntityNameSuffix?: string;
            ID?: string;
            SchemaName?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            CanonicalSchemaName?: string;
            Comments?: string;
            Description?: string;
            EntityIDMax?: number;
            EntityIDMin?: number;
            EntityNamePrefix?: string;
            EntityNameSuffix?: string;
            ID?: string;
            SchemaName?: string;
        },
    > = ...

    zod schema definition for the entity MJ: Schema Info