interface RawBuilderProps {
    plugins?: readonly KyselyPlugin[];
    queryId: QueryId;
    rawNode: kysely.RawNode;
}

Properties

plugins?: readonly KyselyPlugin[]
queryId: QueryId
rawNode: kysely.RawNode