Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
muryshev
/
generic-chatbot-admin
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1f60a7d
generic-chatbot-admin
/
src
/
components
/
views
/
documents
/
docsList
/
DocsList.interface.ts
muryshev
init
79278ec
about 2 months ago
raw
Copy download link
history
blame
Safe
107 Bytes
export
type
DocsListProps
= {
datasetId
:
number
|
null
;
handleDeleteFile
:
(
fileId:
number
) =>
void
;
};