chore: 删除未使用代码 (#37)
This commit is contained in:
@@ -11,10 +11,6 @@ export interface HttpOption {
|
||||
afterRequest?: () => void
|
||||
}
|
||||
|
||||
export interface ExtraOption {
|
||||
notification?: boolean
|
||||
}
|
||||
|
||||
export interface Response<T = any> {
|
||||
data: T
|
||||
message: string | null
|
||||
|
||||
Reference in New Issue
Block a user