UNPKG

@tsed/formio-types

Version:
9 lines (8 loc) 191 B
export interface FormioRole extends Record<string, any> { _id: string | undefined; title: string; description: string; deleted: number | null; default: boolean; admin: boolean; }