Interface IBuilderAdapterScriptColumnProps

interface IBuilderAdapterScriptColumnProps {
    code: string;
    label?: string;
}

Properties

Properties

code: string
label?: string