interface DeleteProps {
    ids: string[];
}

Properties

Properties

ids: string[]

The ids of the documents to delete.

Generated using TypeDoc