add search field to filter (NIP-50)

This commit is contained in:
BilligsterUser 2023-03-05 01:50:30 +01:00 committed by fiatjaf_
parent 82228036ef
commit b3d95cecdd
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ export type Filter = {
since?: number
until?: number
limit?: number
search?: string
[key: `#${string}`]: string[]
}