Interface SelectOption

Hierarchy

  • SelectOption

Properties

default?: boolean
description?: string
emoji?: {
    animated?: boolean;
    id?: string;
    name?: string;
}

Type declaration

  • Optional animated?: boolean
  • Optional id?: string
  • Optional name?: string
label: string
value: string

Generated using TypeDoc