interface PluginTransformResultArgs {
    queryId: QueryId;
    result: QueryResult<UnknownRow>;
}

Properties

Properties

queryId: QueryId