1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

empty file

This commit is contained in:
muerwre 2019-08-06 18:38:03 +07:00
parent 5045fbce8b
commit ba26b374ba
4 changed files with 110 additions and 84 deletions

View file

@ -57,10 +57,10 @@ export interface IFile {
size: number;
type: 'image' | 'text' | 'audio' | 'video';
mime: MimeType;
mime: string;
createdAt: string;
updatedAt: string;
createdAt?: string;
updatedAt?: string;
}
export interface INode {