interface ILocalValues {
    name: string;
    options: { label: string; value: string; value2D: string }[];
}

Properties

Properties

name: string
options: { label: string; value: string; value2D: string }[]