| 5 | const subscriptionTableName = `subscriptions_metadata` |
| 6 | |
| 7 | export interface SubscriptionState { |
| 8 | key: SubscriptionKey |
| 9 | shape_metadata: Record<string, ShapeSubscriptionState> |
| 10 | last_lsn: Lsn |
| 11 | } |
| 12 | |
| 13 | export interface ShapeSubscriptionState { |
| 14 | handle: string |
nothing calls this directly
no outgoing calls
no test coverage detected