aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/@types/splashscreen.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/src/@types/splashscreen.d.ts')
-rw-r--r--viewer/src/@types/splashscreen.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/@types/splashscreen.d.ts b/viewer/src/@types/splashscreen.d.ts
index bd79f80..4e03fa8 100644
--- a/viewer/src/@types/splashscreen.d.ts
+++ b/viewer/src/@types/splashscreen.d.ts
@@ -19,7 +19,7 @@
19 19
20export interface SplashScreenConfig { 20export interface SplashScreenConfig {
21 resource?: string; 21 resource?: string;
22 dontshowagainUID?: string; 22 acknowledgmentKey?: string;
23 buttonAcknowledgeLabel?: string; 23 buttonAcknowledgeLabel?: string;
24 style?: any; 24 style?: any;
25} 25}