blob: 3409d2734849b2500c0b619c1fda2a4555451ebc [file] [log] [blame]
export interface File {
name: String;
path: String;
accessTime: Date;
acls: String;
type: String;
size: Number;
description: String;
hash: String;
hashType: String;
}