UNPKG

mongoose-management

Version:
6 lines (5 loc) 301 B
import Prompts from '../../prompts'; import CollectionDataset from '../dataset/collection'; import IndexDataset from '../dataset/index'; export declare const execute: (prompts: Prompts, collection: CollectionDataset, index?: IndexDataset | undefined) => Promise<IndexDataset>; export default execute;