Type alias Album

Album: {
    id: number;
    name: string;
}

Type declaration

  • id: number
  • name: string

Generated using TypeDoc