EventSubscription.ts 57 Bytes
Newer Older
yogevbd's avatar
yogevbd committed
1 2 3
export interface EventSubscription {
  remove(): void;
}