muryshev's picture
init
79278ec
raw
history blame contribute delete
107 Bytes
export type DocsListProps = {
datasetId: number | null;
handleDeleteFile: (fileId: number) => void;
};