UNPKG

@veeroute/lss-studio-angular

Version:

OpenAPI client for @veeroute/lss-studio-angular

26 lines (25 loc) 852 B
/** * VRt.Studio [ST] * * The version of the OpenAPI document: 7.23.2926 * Contact: servicedesk@veeroute.com * * NOTE: This class is auto generated by OpenAPI Generator. * Do not edit the class manually. */ import { CustomfieldEntityTypeStudio } from './customfieldEntityType'; import { TranslationsStudio } from './translations'; import { TableCustomfieldsColumnTypeStudio } from './tableCustomfieldsColumnType'; /** * Rule for converting a custom field from an attribute. */ export interface CustomfieldConvertRuleStudio { [key: string]: any | any; entity_type: CustomfieldEntityTypeStudio; /** * The attribute key whose value will be written to the specified custom field. */ source_attribute_key: string; target_customfield: TableCustomfieldsColumnTypeStudio | null; translations?: TranslationsStudio; }