Update state type
This commit is contained in:
@@ -14,7 +14,7 @@ export interface IFile {
|
|||||||
language: string
|
language: string
|
||||||
content: string
|
content: string
|
||||||
compiledValueSnapshot?: string
|
compiledValueSnapshot?: string
|
||||||
compiledContent?: ArrayBuffer | null
|
compiledContent?: ArrayBuffer | Uint8Array | null
|
||||||
compiledWatContent?: string | null
|
compiledWatContent?: string | null
|
||||||
lastCompiled?: Date
|
lastCompiled?: Date
|
||||||
containsErrors?: boolean
|
containsErrors?: boolean
|
||||||
|
|||||||
Reference in New Issue
Block a user