pub type TypeScriptCheckResponse = TypeScriptCheckResponse;Aliased Type§
pub struct TypeScriptCheckResponse {
pub result: ExecutionCompletedResponse,
pub has_errors: Option<bool>,
pub diagnostics: Vec<TypeScriptDiagnostic>,
}Fields§
§result: ExecutionCompletedResponse§has_errors: Option<bool>§diagnostics: Vec<TypeScriptDiagnostic>