Interface StoryAlbums

Represents a list of story albums.

interface StoryAlbums {
    @type: "storyAlbums";
    albums: StoryAlbum[];
}

Properties

Properties

@type: "storyAlbums"
albums: StoryAlbum[]

List of story albums.