File

src/app/core/models/option_value.ts

Properties

id
id: string
name
name: string
option_type_id
option_type_id: number
option_type_name
option_type_name: string
option_type_presentation
option_type_presentation: string
presentation
presentation: string
export class OptionValue {
  id: string;
  name: string;
  presentation: string;
  option_type_name: string;
  option_type_id: number;
  option_type_presentation: string;
}

results matching ""

    No results matching ""