Member Junction
    Preparing search index...

    Variable MJTagCoOccurrenceSchemaConst

    MJTagCoOccurrenceSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            CoOccurrenceCount: ZodNumber;
            ID: ZodString;
            LastComputedAt: ZodDate;
            TagA: ZodString;
            TagAID: ZodString;
            TagB: ZodString;
            TagBID: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            CoOccurrenceCount?: number;
            ID?: string;
            LastComputedAt?: Date;
            TagA?: string;
            TagAID?: string;
            TagB?: string;
            TagBID?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            CoOccurrenceCount?: number;
            ID?: string;
            LastComputedAt?: Date;
            TagA?: string;
            TagAID?: string;
            TagB?: string;
            TagBID?: string;
        },
    > = ...

    zod schema definition for the entity MJ: Tag Co Occurrences