interface ArchivistStorage {
    indexes?: IndexDescription[];
}

Properties

Properties

indexes?: IndexDescription[]