diff --git a/comps/form/typings.ts b/comps/form/typings.ts index 6f617d4..7ed1d29 100755 --- a/comps/form/typings.ts +++ b/comps/form/typings.ts @@ -224,6 +224,7 @@ export const formType = (active: { item_id: string }, meta: any) => { reload: () => Promise; submit: () => Promise; render: () => void; + deps: any; error: { list: { name: string; error: string }[]; set: (name: string, error: string) => void;