File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -62,17 +62,17 @@ export interface ModuleOptions {
62
62
/**
63
63
* Brand options
64
64
*/
65
- brand ? : BrandOptions
65
+ brand : BrandOptions
66
66
67
67
/**
68
68
* Policies options
69
69
*/
70
- policies ? : PoliciesOptions
70
+ policies : PoliciesOptions
71
71
72
72
/**
73
73
* Announcement banner options
74
74
*/
75
- announcement ? : {
75
+ announcement : {
76
76
show ?: boolean
77
77
message ?: string
78
78
buttonText ?: string
@@ -82,8 +82,8 @@ export interface ModuleOptions {
82
82
/**
83
83
* Credits options
84
84
*/
85
- credits ? : {
86
- creator ? : {
85
+ credits : {
86
+ creator : {
87
87
name ?: string
88
88
domain ?: string
89
89
}
@@ -95,7 +95,7 @@ export interface ModuleOptions {
95
95
/**
96
96
* Email options
97
97
*/
98
- email ? : {
98
+ email : {
99
99
general ?: string
100
100
support ?: string
101
101
}
You can’t perform that action at this time.
0 commit comments