muryshev's picture
init
79278ec
raw
history blame contribute delete
204 Bytes
import { SetURLSearchParams } from "react-router-dom";
export interface AddDocumentFormProps {
datasetId: number;
isDraft: boolean;
closeModal: () => void;
setSearchParams: SetURLSearchParams;
}