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