mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
6 lines
149 B
TypeScript
6 lines
149 B
TypeScript
import { RequestBaseConfig } from './base'
|
|
|
|
export interface WeblogRequestConfig extends RequestBaseConfig {
|
|
data?: { [index: string]: unknown }
|
|
}
|