review app
This commit is contained in:
parent
4a35a3211f
commit
f525a76f6e
38 changed files with 268 additions and 229 deletions
3
server/src/core/interfaces/file.ts
Normal file
3
server/src/core/interfaces/file.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export interface IFile extends File {
|
||||
data: Buffer;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue