Initial MRP foundation scaffold
This commit is contained in:
11
shared/src/files/types.ts
Normal file
11
shared/src/files/types.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export interface FileAttachmentDto {
|
||||
id: string;
|
||||
originalName: string;
|
||||
mimeType: string;
|
||||
sizeBytes: number;
|
||||
relativePath: string;
|
||||
ownerType: string;
|
||||
ownerId: string;
|
||||
createdAt: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user