Type definitions
interface LibraryInputObject {
sections: Section[];
}Input object type definitions
Asset
interface Asset {
orientation: 'landscape' | 'portrait';
type: 'image' | 'video';
url: string;
}Section
interface Section {
items: Show[];
title?: string;
variations: string[];
}Show
ShowState
UserShortProfile
Last updated