UNPKG

@datadog/datadog-api-client

Version:
35 lines 762 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CloneFormData = void 0; /** * The data for cloning a form. */ class CloneFormData { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CloneFormData.attributeTypeMap; } } exports.CloneFormData = CloneFormData; /** * @ignore */ CloneFormData.attributeTypeMap = { attributes: { baseName: "attributes", type: "CloneFormDataAttributes", }, type: { baseName: "type", type: "FormType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CloneFormData.js.map