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