🚨 fix: resolve linting type error
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 32s

This commit is contained in:
2026-03-07 08:53:45 +07:00
parent 5d0d933758
commit d61b4f1d55
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import { t, type RouteSchema } from "elysia";
import { type RouteSchema } from "elysia";
import type { OpenAPIV3 } from "openapi-types";
export type AppRouteSchema = RouteSchema & {