SelectValue: { displayName?: string; value: string }

Select型の値を表す型

Type declaration

  • OptionaldisplayName?: string

    表示名

  • value: string