Type Alias IndexedDocIds

IndexedDocIds: {
    [K in MapeoDoc["schemaName"]]?: string[]
}