swagger-typescript-api icon indicating copy to clipboard operation
swagger-typescript-api copied to clipboard

Can the comments at the beginning of the generated code be customized? I tried onPrepareConfig hook to change the configuration, but it didn't work

Open carefulbird opened this issue 11 months ago • 2 comments

/* eslint-disable */
/* tslint:disable */
/*
 * ---------------------------------------------------------------
 * ## THIS FILE WAS GENERATED VIA SWAGGER-TYPESCRIPT-API        ##
 * ##                                                           ##
 * ## AUTHOR: acacode                                           ##
 * ## SOURCE: https://github.com/acacode/swagger-typescript-api ##
 * ---------------------------------------------------------------
 */

This code is defined by FILE_PREFIX, it seems to be unmodifiable?

carefulbird avatar Jan 09 '25 09:01 carefulbird