Member Junction
    Preparing search index...

    Variable MJEmployeeSkillSchemaConst

    MJEmployeeSkillSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            Employee: ZodNullable<ZodString>;
            EmployeeID: ZodString;
            ID: ZodString;
            Skill: ZodString;
            SkillID: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Employee?: string;
            EmployeeID?: string;
            ID?: string;
            Skill?: string;
            SkillID?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Employee?: string;
            EmployeeID?: string;
            ID?: string;
            Skill?: string;
            SkillID?: string;
        },
    > = ...

    zod schema definition for the entity MJ: Employee Skills