Fix QuotaResponse to include music/book quota types
This commit is contained in:
@@ -22,6 +22,8 @@ export interface QuotaStatus {
|
||||
export interface QuotaResponse {
|
||||
movie: QuotaStatus;
|
||||
tv: QuotaStatus;
|
||||
music?: QuotaStatus;
|
||||
book?: QuotaStatus;
|
||||
}
|
||||
|
||||
export interface UserWatchDataResponse {
|
||||
|
||||
Reference in New Issue
Block a user