UNPKG

@arteneo/forge

Version:
8 lines (7 loc) 163 B
interface OptionInterface { id: number | string; representation: string; disabled?: boolean; [key: string]: any; } export default OptionInterface;