Update 1.3.0
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
export interface Diagnostic {
|
||||
message: string;
|
||||
severity: string;
|
||||
from?: number;
|
||||
to?: number;
|
||||
}
|
||||
|
||||
export interface CompileResponse {
|
||||
|
||||
Reference in New Issue
Block a user