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

This commit is contained in:
2026-03-11 10:11:09 +07:00
parent 864a919680
commit b5a0c2eda6
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
import { Context } from "elysia";
import { UserHeaderInformation } from "./types";
export interface ClientInfoHeader {

View File

@ -1,4 +1,3 @@
import { success } from "zod";
import { AppRouteSchema } from "../../../helpers/types/AppRouteSchema";
export const getOauthProvidersSchema = {