From e3295294842fd50bb463dc5eac9930c645854f31 Mon Sep 17 00:00:00 2001 From: Krishna Acondy Date: Thu, 6 May 2021 07:24:07 +0100 Subject: [PATCH] chore(*): add comment --- src/types/FormatResult.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/types/FormatResult.ts b/src/types/FormatResult.ts index 39aee10..3bf7e0c 100644 --- a/src/types/FormatResult.ts +++ b/src/types/FormatResult.ts @@ -1,5 +1,8 @@ import { Diagnostic } from './Diagnostic' +/** + * Represents the result of a format operation on a file, folder or project. + */ export interface FormatResult { updatedFilePaths: string[] fixedDiagnosticsCount: number