TenantAtlas/apps/platform/.pnpm-store/v10/files/ad/ce9a87d949d70e7c64747f76587f8f5e41b05be5ffecc94f51ee0f4a9578218109e499f389f33102baa42bd91e9b016687115c7806506ae993230294678ade
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

6 lines
166 B
Plaintext

import type { Query } from "./index.cjs";
export interface PreparedQuery {
getQuery(): Query;
mapResult(response: unknown, isFromBatch?: boolean): unknown;
}