Skip to content

Commit

Permalink
Merge pull request #3 from jiftechnify/search-filter
Browse files Browse the repository at this point in the history
Add search field to Filter
  • Loading branch information
penpenpng authored Jun 26, 2023
2 parents acc54a1 + ee21c24 commit 27481cf
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 27481cf

Please # to comment.