Interface ISelect

    Select interface

    interface ISelect {
        label: number;
        uuid: string;
    }

    Properties

    Properties

    label: number
    uuid: string

    Generated using TypeDoc and TypeDoc Airthium Plugin