Member Junction
    Preparing search index...

    Variable MJErrorLogSchemaConst

    MJErrorLogSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            Category: ZodNullable<ZodString>;
            Code: ZodNullable<ZodString>;
            CompanyIntegrationRun: ZodNullable<ZodString>;
            CompanyIntegrationRunDetail: ZodNullable<ZodString>;
            CompanyIntegrationRunDetailID: ZodNullable<ZodString>;
            CompanyIntegrationRunID: ZodNullable<ZodString>;
            CreatedBy: ZodNullable<ZodString>;
            Details: ZodNullable<ZodString>;
            ID: ZodString;
            Message: ZodNullable<ZodString>;
            Status: ZodNullable<ZodString>;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Category?: string;
            Code?: string;
            CompanyIntegrationRun?: string;
            CompanyIntegrationRunDetail?: string;
            CompanyIntegrationRunDetailID?: string;
            CompanyIntegrationRunID?: string;
            CreatedBy?: string;
            Details?: string;
            ID?: string;
            Message?: string;
            Status?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Category?: string;
            Code?: string;
            CompanyIntegrationRun?: string;
            CompanyIntegrationRunDetail?: string;
            CompanyIntegrationRunDetailID?: string;
            CompanyIntegrationRunID?: string;
            CreatedBy?: string;
            Details?: string;
            ID?: string;
            Message?: string;
            Status?: string;
        },
    > = ...

    zod schema definition for the entity MJ: Error Logs