Interface ISelectionResponseData

interface ISelectionResponseData {
    value: number;
}

Properties

Properties

value: number

Generated using TypeDoc