summaryrefslogtreecommitdiff
path: root/src/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.ts b/src/types.ts
index db84517..e6871c2 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -42,4 +42,5 @@ export interface Output {
export interface Project extends Output {
projectName: string;
+ error?: string;
}