feature: ajouter MembrePreferedNamePUTResponse

This commit is contained in:
Victor Lacasse-Beaudoin 2024-06-18 22:51:20 -04:00
parent f8b5c72003
commit f6ffa03379

View file

@ -33,6 +33,10 @@ type MembreGETResponseData struct {
Membre Membre `json:"membre"`
}
type MembrePreferedNamePUTResponse struct {
APIResponse
}
type MembresGETResponse struct {
APIResponse
Data MembresGETResponseData `json:"data"`