Member Junction
    Preparing search index...

    Variable MJAISkillSearchScopeSchemaConst

    MJAISkillSearchScopeSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            EndAt: ZodNullable<ZodDate>;
            ID: ZodString;
            IsDefault: ZodBoolean;
            Priority: ZodNullable<ZodNumber>;
            SearchScope: ZodString;
            SearchScopeID: ZodString;
            Skill: ZodString;
            SkillID: ZodString;
            StartAt: ZodNullable<ZodDate>;
            Status: ZodUnion<[ZodLiteral<"Active">, ZodLiteral<"Inactive">]>;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            EndAt?: Date;
            ID?: string;
            IsDefault?: boolean;
            Priority?: number;
            SearchScope?: string;
            SearchScopeID?: string;
            Skill?: string;
            SkillID?: string;
            StartAt?: Date;
            Status?: "Active"
            | "Inactive";
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            EndAt?: Date;
            ID?: string;
            IsDefault?: boolean;
            Priority?: number;
            SearchScope?: string;
            SearchScopeID?: string;
            Skill?: string;
            SkillID?: string;
            StartAt?: Date;
            Status?: "Active"
            | "Inactive";
        },
    > = ...

    zod schema definition for the entity MJ: AI Skill Search Scopes