We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83cbbe2 commit 25a3de5Copy full SHA for 25a3de5
src/constants.ts
@@ -4,6 +4,7 @@ export const DEFAULT_BODY_ARG_NAME = "data";
4
5
export const FILE_PREFIX = `/* eslint-disable */
6
/* tslint:disable */
7
+// @ts-nocheck
8
/*
9
* ---------------------------------------------------------------
10
* ## THIS FILE WAS GENERATED VIA SWAGGER-TYPESCRIPT-API ##
src/util/file-system.ts
@@ -5,6 +5,7 @@ import { consola } from "consola";
const FILE_PREFIX = `/* eslint-disable */
11
0 commit comments