UNPKG

@materia/interfaces

Version:
9 lines (8 loc) 151 B
export interface IParam { name: string; required: boolean; type: string; component?: string; checked?: boolean; value?: any; }