Add limit to filter

This commit is contained in:
rkfg 2022-12-23 11:11:31 +03:00 committed by fiatjaf
parent c7b26fdba2
commit c5b64404f6
1 changed files with 1 additions and 0 deletions

View File

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