Member Junction
    Preparing search index...

    Variable MJCompanyIntegrationRunDetailSchemaConst

    MJCompanyIntegrationRunDetailSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            Action: ZodString;
            CompanyIntegrationRunID: ZodString;
            Entity: ZodString;
            EntityID: ZodString;
            ExecutedAt: ZodDate;
            ID: ZodString;
            IsSuccess: ZodBoolean;
            RecordID: ZodString;
            RunEndedAt: ZodNullable<ZodDate>;
            RunStartedAt: ZodNullable<ZodDate>;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Action?: string;
            CompanyIntegrationRunID?: string;
            Entity?: string;
            EntityID?: string;
            ExecutedAt?: Date;
            ID?: string;
            IsSuccess?: boolean;
            RecordID?: string;
            RunEndedAt?: Date;
            RunStartedAt?: Date;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Action?: string;
            CompanyIntegrationRunID?: string;
            Entity?: string;
            EntityID?: string;
            ExecutedAt?: Date;
            ID?: string;
            IsSuccess?: boolean;
            RecordID?: string;
            RunEndedAt?: Date;
            RunStartedAt?: Date;
        },
    > = ...

    zod schema definition for the entity MJ: Company Integration Run Details