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