타입 별칭: ResultStream
type ResultStream = IStreamBuilder<[unknown, [any, string | undefined]]>;
정의 위치: packages/db/src/types.ts:869
컴파일된 쿼리의 출력을 나타내는 결과 스트림 타입입니다. 항상 [key, [result, orderByIndex]]를 반환하며, 순서가 지정되지 않은 쿼리에서는 orderByIndex가 undefined입니다
type ResultStream = IStreamBuilder<[unknown, [any, string | undefined]]>;
정의 위치: packages/db/src/types.ts:869
컴파일된 쿼리의 출력을 나타내는 결과 스트림 타입입니다. 항상 [key, [result, orderByIndex]]를 반환하며, 순서가 지정되지 않은 쿼리에서는 orderByIndex가 undefined입니다