Member Junction
    Preparing search index...

    Variable MJContentProcessRunPromptRunSchemaConst

    MJContentProcessRunPromptRunSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            AIPromptRun: ZodNullable<ZodString>;
            AIPromptRunID: ZodString;
            ContentProcessRunDetailID: ZodString;
            ID: ZodString;
            RunType: ZodUnion<[ZodLiteral<"Embed">, ZodLiteral<"Tag">]>;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            AIPromptRun?: string;
            AIPromptRunID?: string;
            ContentProcessRunDetailID?: string;
            ID?: string;
            RunType?: "Tag"
            | "Embed";
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            AIPromptRun?: string;
            AIPromptRunID?: string;
            ContentProcessRunDetailID?: string;
            ID?: string;
            RunType?: "Tag"
            | "Embed";
        },
    > = ...

    zod schema definition for the entity MJ: Content Process Run Prompt Runs