mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 08:15:48 +00:00
5 lines
72 B
TypeScript
5 lines
72 B
TypeScript
export class PlayerPerspectiveDto {
|
|
slug!: string;
|
|
name?: string;
|
|
}
|