Update state type

This commit is contained in:
Valtteri Karesto
2022-08-17 21:06:07 +03:00
parent b7c48c81a4
commit 6fa68b9d6b

View File

@@ -14,7 +14,7 @@ export interface IFile {
language: string
content: string
compiledValueSnapshot?: string
compiledContent?: ArrayBuffer | null
compiledContent?: ArrayBuffer | Uint8Array | null
compiledWatContent?: string | null
lastCompiled?: Date
containsErrors?: boolean