mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-15 08:15:37 +00:00
Polishing and code clean-up
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export class AutocompleteSuggestionDto {
|
||||
slug!: string;
|
||||
title!: string;
|
||||
releaseDate!: number;
|
||||
}
|
||||
Reference in New Issue
Block a user