Nog CLI Developer Guide - v0.11.0
    Preparing search index...
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Generates the complete TypeScript code for a DTO class.

      Parameters

      • model: IrModel

        The Intermediate Representation of the DTO.

      • allModels: IrModel[]
      • inheritedProperties: Set<string>
      • cliVersion: string

        The current version of the CLI.

      • specTitle: string
      • specVersion: string

        The OpenAPI specification version.

      Returns Promise<IAstPrintedFile>

      The generated TypeScript source code.