mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 00:12:07 +08:00
feat: ts support, full creation
This commit is contained in:
5
module_types/batch.d.ts
vendored
Normal file
5
module_types/batch.d.ts
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
import { RequestBaseConfig } from './base'
|
||||
|
||||
export interface BatchRequestConfig extends RequestBaseConfig {
|
||||
[index: string]: unknown
|
||||
}
|
Reference in New Issue
Block a user