interface LibrariesData {
    libraries: LibraryData[];
}

Properties

Properties

libraries: LibraryData[]