refactor: outbox (inbox query) improvements

feat: sync account tool
This commit is contained in:
2024-04-05 14:11:40 +01:00
parent a88fda2a22
commit a938e466d7
16 changed files with 207 additions and 85 deletions

View File

@ -57,7 +57,6 @@ export interface ReqFilter {
since?: number;
until?: number;
limit?: number;
ids_only?: boolean;
relays?: string[];
[key: string]: Array<string> | Array<number> | string | number | undefined | boolean;
}