@tanstack/dbtype-aliasesDehydratedLiveQueryResult이 페이지에서타입 별칭: DehydratedLiveQueryResult<T, TKey> type DehydratedLiveQueryResult<T, TKey> = object; 정의 위치: packages/db/src/client.ts:123 타입 매개변수 T T extends object = object TKey TKey extends string | number = string | number 속성 rows rows: DehydratedCollectionRow<T, TKey>[]; 정의 위치: packages/db/src/client.ts:127