export class CompanionDto {
  readonly content_ID: string
  readonly skin_ID: number
  readonly species: string
}
