UNPKG

yadop

Version:
9 lines (8 loc) 171 B
export interface AttributeType { description?: string; name: string; type?: string; optional?: boolean; defaultValue?: string; binding?: string; }