remove the kind type parameter from events and filters.

This commit is contained in:
fiatjaf
2023-12-16 10:10:37 -03:00
parent 1939c46eaa
commit 6a07e7c1cc
21 changed files with 157 additions and 211 deletions

View File

@@ -1,5 +1,5 @@
import { Kind } from './event.ts'
import { getPublicKey } from './keys.ts'
import * as Kind from './kinds.ts'
import {
channelCreateEvent,
channelMetadataEvent,