chore: update comments of find memo

pull/3873/head
johnnyjoy 9 months ago
parent c5ef5b9040
commit 5bbf57ece4

@ -76,12 +76,13 @@ type FindMemo struct {
Random bool
// Pagination
Limit *int
Offset *int
Limit *int
Offset *int
// Ordering
OrderByUpdatedTs bool
OrderByPinned bool
OrderByTimeAsc bool
OrderByTimeAsc bool
}
type FindMemoPayload struct {

Loading…
Cancel
Save