Skip to content

Commit 7d7872b

Browse files
committed
chore: Remove unused table interface subscriptions
1 parent 915bfd2 commit 7d7872b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/TableInterface.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export interface TableInterface<Record extends object = any> extends ResourceInt
1717
schemaVersion?: number;
1818
source?: new () => ResourceInterface;
1919
splitSegments?: boolean;
20-
subscriptions: Map<any, Function[]>;
2120
tableName: string;
2221
Transaction: TableInterface;
2322
getExpiresAt(): number;

0 commit comments

Comments
 (0)