Interface SelectMenuDefaultValue

interface SelectMenuDefaultValue {
    id: string;
    type: SelectMenuDefaultValueTypes;
}

Properties

Properties

id: string