src/app/core/common-components/basic-autocomplete/simple-dropdown-value.interface.ts

Description

A minimalistic object that can be used for simple dropdown options.

export interface SimpleDropdownValue {
  label: string;
  value: string;
}

results matching ""

    No results matching ""