export interface FilesMessage { fileName: string; blob: Blob; fileKey: string; } export type FilesAction = "get";