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 {