UNPKG

@paperbits/common

Version:
11 lines (10 loc) 187 B
export interface Contract { /** * Type of widget, e.g. "button". */ type?: string; /** * Child nodes of the widget. */ nodes?: Contract[]; }