mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
fix attribute name
This commit is contained in:
@@ -9,9 +9,10 @@ import {
|
||||
export interface SongListConfigType {
|
||||
userInfo: UserInfo | undefined
|
||||
biliInfo: any | undefined
|
||||
songRequestSettings: Setting_LiveRequest
|
||||
songRequestActive: SongRequestInfo[]
|
||||
liveRequestSettings: Setting_LiveRequest
|
||||
liveRequestActive: SongRequestInfo[]
|
||||
data: SongsInfo[] | undefined
|
||||
config?: any
|
||||
}
|
||||
export interface SongListConfigTypeWithConfig<T> extends SongListConfigType {
|
||||
config?: T
|
||||
|
||||
Reference in New Issue
Block a user