review app

This commit is contained in:
IDONTSUDO 2023-12-03 16:16:08 +03:00
parent 4a35a3211f
commit f525a76f6e
38 changed files with 268 additions and 229 deletions

View file

@ -0,0 +1,3 @@
export interface IFile extends File {
data: Buffer;
}