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