From 744bb4e42d5a5f314d6808bdf439b8d6cb279f30 Mon Sep 17 00:00:00 2001 From: Gerd Zellweger Date: Tue, 25 Apr 2023 05:52:29 +0000 Subject: [PATCH] Add a line to the file header indicating that the file is auto-generated. --- src/templates/partials/header.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/templates/partials/header.hbs b/src/templates/partials/header.hbs index d592379e..94249f58 100644 --- a/src/templates/partials/header.hbs +++ b/src/templates/partials/header.hbs @@ -1,3 +1,4 @@ +/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */