mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
5 lines
116 B
TypeScript
5 lines
116 B
TypeScript
import { RequestBaseConfig } from './base'
|
|
|
|
export interface EventRequestConfig extends RequestBaseConfig {
|
|
}
|
|
|