From 76a302cc5fcccb3cddf98616d047ceaf74d5a51e Mon Sep 17 00:00:00 2001 From: janrywang Date: Mon, 28 Jun 2021 12:42:28 +0800 Subject: [PATCH] refactor(json-schema): remove json-schema index type --- packages/json-schema/src/types.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/json-schema/src/types.ts b/packages/json-schema/src/types.ts index 872acfcde15..5e893fc2c0e 100644 --- a/packages/json-schema/src/types.ts +++ b/packages/json-schema/src/types.ts @@ -268,6 +268,4 @@ export type ISchema< ['x-read-only']?: boolean ['x-read-pretty']?: boolean - - [key: string]: any }>