We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38cd40e commit 290c7b0Copy full SHA for 290c7b0
src/types.ts src/types/index.tssrc/types.ts renamed to src/types/index.ts
@@ -1,7 +1,7 @@
1
// SPDX-FileCopyrightText: 2026 LibreCode coop and LibreCode contributors
2
// SPDX-License-Identifier: AGPL-3.0-or-later
3
4
-import type { components as ApiComponents, operations as ApiOperations } from './types/openapi/openapi-full'
+import type { components as ApiComponents, operations as ApiOperations } from './openapi/openapi-full'
5
6
type ApiJsonBody<TRequestBody> = TRequestBody extends {
7
content: {
0 commit comments