Interface ExportedLibraryData

interface ExportedLibraryData {
    libraryItems: LibraryItems;
    source: string;
    type: string;
    version: 2;
}

Properties

libraryItems: LibraryItems
source: string
type: string
version: 2