Interface VideoAddAlbumResponse

interface VideoAddAlbumResponse {
    album_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

album_id: number

Created album ID

Generated using TypeDoc