Member Junction
    Preparing search index...

    Variable MJEmployeeCompanyIntegrationSchemaConst

    MJEmployeeCompanyIntegrationSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            CompanyIntegration: ZodString;
            CompanyIntegrationID: ZodString;
            Employee: ZodNullable<ZodString>;
            EmployeeID: ZodString;
            ExternalSystemRecordID: ZodString;
            ID: ZodString;
            IsActive: ZodBoolean;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            CompanyIntegration?: string;
            CompanyIntegrationID?: string;
            Employee?: string;
            EmployeeID?: string;
            ExternalSystemRecordID?: string;
            ID?: string;
            IsActive?: boolean;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            CompanyIntegration?: string;
            CompanyIntegrationID?: string;
            Employee?: string;
            EmployeeID?: string;
            ExternalSystemRecordID?: string;
            ID?: string;
            IsActive?: boolean;
        },
    > = ...

    zod schema definition for the entity MJ: Employee Company Integrations