mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-03 07:22:09 +08:00
5 lines
117 B
TypeScript
5 lines
117 B
TypeScript
import { RequestBaseConfig } from './base'
|
|
|
|
export interface FollowRequestConfig extends RequestBaseConfig {
|
|
}
|
|
|