export interface IDatasheetFieldCreateVo { /** * Field ID. */ id: string; /** * Field name. */ name: string; }