fix: persist engine logout url

This commit is contained in:
DCCONSTRUCTIONS
2026-05-23 12:20:55 +03:00
parent 2c6efdd116
commit e2c70649c7
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ export interface Service {
fullDescription?: string | null;
url: string;
launchUrl?: string | null;
logoutUrl?: string | null;
iconUrl?: string | null;
coverImageUrl?: string | null;
coverMediaKind?: MediaKind | null;