mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2025-10-23 15:43:10 +00:00
9 lines
184 B
TypeScript
9 lines
184 B
TypeScript
import { RequestBaseConfig } from './base'
|
|
|
|
export interface RebindRequestConfig extends RequestBaseConfig {
|
|
captcha: string
|
|
phone: string
|
|
oldcaptcha: string
|
|
ctcode?: string
|
|
}
|