mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-15 16:20:03 +00:00
5 lines
60 B
TypeScript
5 lines
60 B
TypeScript
export class ThemeDto {
|
|
slug!: string;
|
|
name!: string;
|
|
}
|