Files
oneuptime/Common/Types/File.ts

5 lines
65 B
TypeScript

export interface File {
name: string;
contentType: string;
}