/* tslint:disable */ /* eslint-disable */ /** * templates * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Represents a template request header. */ export interface TemplateRequestHeader { /** * The template request header key, which must be unique. */ headerKey: string; /** * The template request header value, which must be unique. */ headerValue: string; /** * The template request header ID, which must be unique. */ id?: string; }