diff --git a/filter.ts b/filter.ts index 0fef5f0..811e31f 100644 --- a/filter.ts +++ b/filter.ts @@ -1,4 +1,4 @@ -import {Event, type Kind} from './event.ts' +import {Event} from './event.ts' export type Filter = { ids?: string[]