ResultStream

Type Alias: ResultStream

ts
type ResultStream = IStreamBuilder<[unknown, [any, string | undefined]]>;
type ResultStream = IStreamBuilder<[unknown, [any, string | undefined]]>;

Defined in: packages/db/src/types.ts:550

Result stream type representing the output of compiled queries Always returns [key, [result, orderByIndex]] where orderByIndex is undefined for unordered queries