타입 별칭: PowerSyncCollectionUtils<TTable>
type PowerSyncCollectionUtils<TTable> = object;
정의 위치: definitions.ts:315
PowerSync의 컬렉션 수준 유틸리티입니다.
타입 매개변수
TTable
TTable extends Table = Table
속성
getMeta()
getMeta: () => PowerSyncCollectionMeta<TTable>;
정의 위치: definitions.ts:316
반환값
PowerSyncCollectionMeta<TTable>