feat: added pagination to GET /user/invites
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package request
|
||||
|
||||
type GetInvitesPayload struct {
|
||||
Page int
|
||||
CountPerPage int
|
||||
}
|
||||
Reference in New Issue
Block a user