Skip to content

ListOptionModel

Definition

typescript
export interface ListOptionModel {
  export: string;
  display: string;
}