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:
parent
5045fbce8b
commit
ba26b374ba
4 changed files with 110 additions and 84 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue