AutoBE
    Preparing search index...

    Prisma payload details are intentionally not expanded here. The placeholder key points to an existing AutoBeRealizeQueryIR.

    interface IQueryPlaceholderExpression {
        awaited: boolean;
        kind: "queryPlaceholder";
        queryKey: string;
    }
    Index

    Properties

    Properties

    awaited: boolean
    kind: "queryPlaceholder"
    queryKey: string