Husr's picture
first commit
d988ae4
export interface FileEntryType {
id: string;
filename: string;
mimetype: string;
size: number;
storageKey: string;
createdAt: string;
createdBy: string;
}