Skip to content

Commit

Permalink
Add search field to Filter
Browse files Browse the repository at this point in the history
  • Loading branch information
jiftechnify committed Jun 26, 2023
1 parent acc54a1 commit ee21c24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export type Filter = {
since?: number;
until?: number;
limit?: number;
search?: string; // cf. NIP-50
} & {
[key in TagName]?: string[];
};
Expand Down

0 comments on commit ee21c24

Please # to comment.