File

src/app/core/models/option_value.ts

Index

Properties

Properties

id
id: string
Type : string
name
name: string
Type : string
option_type
option_type: any
Type : any
option_type_id
option_type_id: number
Type : number
option_type_name
option_type_name: string
Type : string
option_type_presentation
option_type_presentation: string
Type : string
presentation
presentation: string
Type : string
value
value: any
Type : any
export class OptionValue {
  id: string;
  name: string;
  presentation: string;
  option_type_name: string;
  option_type_id: number;
  option_type_presentation: string;
  option_type: any;
  value: any;
}

results matching ""

    No results matching ""