removed 'extName' from pages, made icon and href optional

This commit is contained in:
Neshura 2023-03-16 22:18:26 +01:00
parent c4e73e73cb
commit 6c1d383c69
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 3 additions and 7 deletions
interfaces

View file

@ -13,12 +13,11 @@ export interface Game {
export interface Service {
name: string,
icon: string,
href: string,
icon?: string,
href?: string,
desc: string,
warn?: string,
extLink?: string,
extName?: string,
type: ServiceType,
docker_container_name: string,
location: ServiceLocation,