Member Junction
    Preparing search index...

    Variable MJSearchScopeTestQuerySchemaConst

    MJSearchScopeTestQuerySchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            ExpectedTopResultEntity: ZodNullable<ZodString>;
            ExpectedTopResultRecordID: ZodNullable<ZodString>;
            ID: ZodString;
            Label: ZodString;
            Notes: ZodNullable<ZodString>;
            Query: ZodString;
            SearchScope: ZodString;
            SearchScopeID: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            ExpectedTopResultEntity?: string;
            ExpectedTopResultRecordID?: string;
            ID?: string;
            Label?: string;
            Notes?: string;
            Query?: string;
            SearchScope?: string;
            SearchScopeID?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            ExpectedTopResultEntity?: string;
            ExpectedTopResultRecordID?: string;
            ID?: string;
            Label?: string;
            Notes?: string;
            Query?: string;
            SearchScope?: string;
            SearchScopeID?: string;
        },
    > = ...

    zod schema definition for the entity MJ: Search Scope Test Queries