fix the test

This commit is contained in:
ennmichael
2023-03-02 21:13:57 +01:00
parent c20dea1dba
commit 6daa75b21c
3 changed files with 14 additions and 12 deletions

View File

@ -295,3 +295,10 @@ export interface Filters {
until?: Date
limit?: number
}
// TODO Document this
export interface EventParams {
signed: SignedEvent
subscriptionId: SubscriptionId
raw: RawEvent
}