mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-05 01:28:54 +08:00
6 lines
125 B
TypeScript
6 lines
125 B
TypeScript
import { RequestBaseConfig } from './base'
|
|
|
|
export interface ArtistsRequestConfig extends RequestBaseConfig {
|
|
id: string
|
|
}
|