This commit is contained in:
Florian Dold 2023-10-16 10:26:44 +02:00
parent 529993da2f
commit 9504687813
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -67,7 +67,7 @@ export interface TransactionsRequest {
* By default, items are sorted ascending by their
* main timestamp.
*/
sort?: "ascending" | "descending",
sort?: "ascending" | "descending";
/**
* If true, include all refreshes in the transactions list.