项目文件夹

文件
2026-07-13 12:37:41 +08:00

6 行
79 B
TypeScript

export interface CollectionFile {
id: string
name: string
type: string
}