mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-03 06:52:08 +08:00
6 lines
123 B
TypeScript
6 lines
123 B
TypeScript
import { RequestBaseConfig } from './base'
|
|
|
|
export interface LyricRequestConfig extends RequestBaseConfig {
|
|
id: string
|
|
}
|