Select interface

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

Properties

Properties

label: number
uuid: string