UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

11 lines (10 loc) 157 B
export interface IDatasheetFieldCreateVo { /** * Field ID. */ id: string; /** * Field name. */ name: string; }