muryshev's picture
init
79278ec
Raw
History Blame Contribute Delete
107 Bytes
export type DocsListProps = {
datasetId: number | null;
handleDeleteFile: (fileId: number) => void;
};