Member Junction
    Preparing search index...

    Variable MJQueryDependencySchemaConst

    MJQueryDependencySchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            Alias: ZodNullable<ZodString>;
            DependsOnQuery: ZodString;
            DependsOnQueryID: ZodString;
            DetectionMethod: ZodUnion<[ZodLiteral<"Auto">, ZodLiteral<"Manual">]>;
            ID: ZodString;
            ParameterMapping: ZodNullable<ZodString>;
            Query: ZodString;
            QueryID: ZodString;
            ReferencePath: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Alias?: string;
            DependsOnQuery?: string;
            DependsOnQueryID?: string;
            DetectionMethod?: "Auto"
            | "Manual";
            ID?: string;
            ParameterMapping?: string;
            Query?: string;
            QueryID?: string;
            ReferencePath?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Alias?: string;
            DependsOnQuery?: string;
            DependsOnQueryID?: string;
            DetectionMethod?: "Auto"
            | "Manual";
            ID?: string;
            ParameterMapping?: string;
            Query?: string;
            QueryID?: string;
            ReferencePath?: string;
        },
    > = ...

    zod schema definition for the entity MJ: Query Dependencies