@@ -1,11 +1,9 @@
|
||||
import { autoBind } from '~/utils/auto-bind'
|
||||
import { BaseCrudController } from './base'
|
||||
import type { IRequestAdapter } from '~/interfaces/adapter'
|
||||
import type { LinkModel } from '~/models/link'
|
||||
import type { HTTPClient } from '../core'
|
||||
|
||||
import { autoBind } from '~/utils/auto-bind'
|
||||
|
||||
import { BaseCrudController } from './base'
|
||||
|
||||
declare module '../core/client' {
|
||||
interface HTTPClient<
|
||||
T extends IRequestAdapter = IRequestAdapter,
|
||||
|
||||
Reference in New Issue
Block a user