export default interface FileMetadata { fileSharingProtocolType?: number; id: string; name?: string; size?: number; type: string; url?: string; }