타입 별칭: MaybeSingleResult
type MaybeSingleResult = object;
정의 위치: packages/db/src/types.ts:834
속성
singleResult?
optional singleResult: true;
정의 위치: packages/db/src/types.ts:838
활성화하면 컬렉션은 배열 대신 단일 객체를 반환합니다.
type MaybeSingleResult = object;
정의 위치: packages/db/src/types.ts:834
optional singleResult: true;
정의 위치: packages/db/src/types.ts:838
활성화하면 컬렉션은 배열 대신 단일 객체를 반환합니다.