Change errorState to boolean
This commit is contained in:
parent
8cf7375202
commit
84dbcb0f69
|
@ -17,7 +17,7 @@ export interface SDK {
|
|||
export type Component = Writable<{
|
||||
id: string
|
||||
styles: any
|
||||
errorState: string
|
||||
errorState: boolean
|
||||
}>
|
||||
|
||||
export type Context = Readable<any>
|
||||
|
|
Loading…
Reference in New Issue