MCPcopy
hub / github.com/dexie/Dexie.js / DexieCloudEntity

Interface DexieCloudEntity

libs/dexie-react-hooks/src/usePermissions.ts:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 string;
30
31interface DexieCloudEntity {
32 table(): string;
33 realmId: string;
34 owner: string;
35}
36
37export interface PermissionChecker<T, TableName extends string> {
38 add(...tableNames: TableName[]): boolean;

Callers 1

usePermissionsFunction · 0.65

Implementers 2

Dexiesrc/classes/dexie/dexie.ts
Transactionsrc/classes/transaction/transaction.ts

Calls

no outgoing calls

Tested by

no test coverage detected