UNPKG

@tsed/formio-types

Version:
15 lines (14 loc) 239 B
export interface FormioActionInfo { name: string; title: string; description: string; priority: number; defaults: { handler: string[]; method: string[]; }; access?: { handler: boolean; method: boolean; }; }