From 4774501ca98ecfe40e5518f6eaf3f42d87d0902f Mon Sep 17 00:00:00 2001 From: Aaron Holderman Date: Wed, 24 Oct 2018 13:40:02 -0600 Subject: [PATCH] add schema to field --- types/apostrophe/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/apostrophe/index.d.ts b/types/apostrophe/index.d.ts index a8b4b2a7b3..9c415a3931 100644 --- a/types/apostrophe/index.d.ts +++ b/types/apostrophe/index.d.ts @@ -147,6 +147,7 @@ declare namespace apostrophe { choices?: SelectChoice[]; widgetType?: string; titleField?: string; + schema?: Field[]; } interface SelectChoice {