fix: yuque dataset file folder can enter (#3593)

This commit is contained in:
heheer
2025-01-14 20:40:00 +08:00
committed by archer
parent 0d9f54cbf3
commit 68f5afeba0
3 changed files with 10 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ export type APIFileItem = {
type: 'file' | 'folder';
updateTime: Date;
createTime: Date;
canEnter?: boolean;
};
export type APIFileServer = {