@using System.Linq @using AutoRest.NodeJS.Azure.Model @using AutoRest.NodeJS.azure.Templates @inherits AutoRest.Core.Template /** * @@class * @Model.TypeName * __NOTE__: An instance of this class is automatically created for an * instance of the @Model.CodeModel.Name. */ export interface @(Model.TypeName) { @foreach (var method in Model.MethodTemplateModels) { @EmptyLine @:@(Include(new AzureMethodTemplateTS(), method as MethodJsa)) } }