feat: re-order lists
PR Checks / lint-test-and-build (pull_request) Failing after 2m40s

This commit is contained in:
2026-09-11 19:13:03 +02:00
parent 7821009f96
commit 7def43fbeb
7 changed files with 177 additions and 2 deletions
+4
View File
@@ -14,6 +14,10 @@ type RemoveUserFromListPayload struct {
Email string `json:"email"`
}
type OrderListsPayload struct {
ListIDs []string `json:"list_ids"`
}
type CreateListItemPayload struct {
ListID string `json:"list_id"`
Title string `json:"title"`