fix attribute name

This commit is contained in:
2024-10-25 21:35:59 +08:00
parent c07257bb44
commit ae14fa3078
8 changed files with 98 additions and 142 deletions

View File

@@ -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