2
0
Эх сурвалжийг харах

fix for strict null check

Adam Shaw 8 жил өмнө
parent
commit
f018f68487

+ 1 - 1
src/types/input-types.ts

@@ -85,7 +85,7 @@ export interface ButtonTextCompoundInput {
   month?: string
   week?: string
   day?: string
-  [viewId: string]: string
+  [viewId: string]: string | undefined // needed b/c of other optional types
 }
 
 export interface BusinessHoursInput {