/** @description Basic structure for a response to update carrier settings */
export class UpdateSettingsResponse {
  metadata!: object;
}
