Interface ValueSpecType

interface ValueSpecType {
    type: ValueType;
    allowCustom?: boolean;
}

Properties

Properties

type: ValueType
allowCustom?: boolean