Skip to content

Commit 290c7b0

Browse files
committed
refactor(frontend): move shared types entrypoint to index
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 38cd40e commit 290c7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts renamed to src/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-FileCopyrightText: 2026 LibreCode coop and LibreCode contributors
22
// SPDX-License-Identifier: AGPL-3.0-or-later
33

4-
import type { components as ApiComponents, operations as ApiOperations } from './types/openapi/openapi-full'
4+
import type { components as ApiComponents, operations as ApiOperations } from './openapi/openapi-full'
55

66
type ApiJsonBody<TRequestBody> = TRequestBody extends {
77
content: {

0 commit comments

Comments
 (0)