web/front/types/UploadDirectoryType.ts
export interface UploadDirectoryEntryType {
path: string;
}
export interface UploadDirectoryType extends UploadDirectoryEntryType {
createdAt: string;
updatedAt: string;
};
export interface UploadDirectoryEntryType {
path: string;
}
export interface UploadDirectoryType extends UploadDirectoryEntryType {
createdAt: string;
updatedAt: string;
};