mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2025-10-22 22:53:09 +00:00
5 lines
116 B
TypeScript
5 lines
116 B
TypeScript
import { RequestBaseConfig } from './base'
|
|
|
|
export interface LyricRequestConfig extends RequestBaseConfig {
|
|
}
|
|
|