aboutsummaryrefslogtreecommitdiff
path: root/src/api/schema.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/schema.d.ts')
-rw-r--r--src/api/schema.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/schema.d.ts b/src/api/schema.d.ts
index 666a0cbce..07f865983 100644
--- a/src/api/schema.d.ts
+++ b/src/api/schema.d.ts
@@ -326,6 +326,7 @@ type uint32 = number;
node_modules_bundle_path_server?: string;
framework?: FrameworkConfig;
router?: RouteConfig;
+ no_summary?: boolean;
}
export interface FileHandle {