chore: format

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei
2024-08-16 12:30:06 +08:00
parent 1bb4f6a72b
commit 817b81a983
178 changed files with 509 additions and 412 deletions

View File

@@ -1,10 +1,11 @@
import { autoBind } from '~/utils/auto-bind'
import type { IRequestAdapter } from '~/interfaces/adapter'
import type { IController } from '~/interfaces/controller'
import type { IRequestHandler } from '~/interfaces/request'
import type { HTTPClient } from '../core'
import type { AISummaryModel } from '../models/ai'
import { autoBind } from '~/utils/auto-bind'
declare module '../core/client' {
interface HTTPClient<
T extends IRequestAdapter = IRequestAdapter,