bottin/responses/post.go

17 lines
272 B
Go

package responses
import "codeberg.org/vlbeaudoin/voki/v2"
type PostMembresResponse struct {
voki.ResponseWithError
Data struct {
MembresInserted int64
}
}
type PostProgrammesResponse struct {
voki.ResponseWithError
Data struct {
ProgrammesInserted int64
}
}