Skip to content

Commit

Permalink
Merge pull request #72 from graasp/71-file-size
Browse files Browse the repository at this point in the history
feat: add file size property
  • Loading branch information
pyphilia authored Jan 26, 2023
2 parents a82c39b + 932fdf4 commit cb8e515
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/file/interfaces/extra.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export type FileItemProperties = {
name: string;
path: string;
mimetype: string;
size: number;
};

export interface LocalFileItemExtra extends UnknownExtra {
Expand Down

0 comments on commit cb8e515

Please sign in to comment.