package model type CreateSupplierUserOwnerResponse struct { ID string `json:"_id"` } type CreateSupplierUserStaffResponse struct { ID string `json:"_id"` } type GetListPermissionResponse struct { Permission []string `json:"permission"` }