Files
2026-07-13 12:37:41 +08:00

6 lines
79 B
TypeScript

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