Interface PhotosGetAlbumsResponse

interface PhotosGetAlbumsResponse {
    count: number;
    items: PhotosPhotoAlbumFull[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Total number

Generated using TypeDoc