7 lines
87 B
Go
7 lines
87 B
Go
package request
|
|
|
|
type GetInvitesPayload struct {
|
|
Page int
|
|
CountPerPage int
|
|
}
|