@veeroute/lss-studio-angular
Version:
OpenAPI client for @veeroute/lss-studio-angular
24 lines (23 loc) • 594 B
TypeScript
/**
* VRt.Studio [ST]
*
* The version of the OpenAPI document: 7.18.2755
* Contact: servicedesk@veeroute.com
*
* NOTE: This class is auto generated by OpenAPI Generator.
* Do not edit the class manually.
*/
/**
* Settings for using external extensions to adjust calculations.
*/
export interface ExtensionSettingsStudio {
[key: string]: any | any;
/**
* Use a third-party calculation adjuster.
*/
enable_extension?: boolean;
/**
* The address of an external service implementing the Universal Extension API.
*/
extension_url?: string | null;
}