export interface SkyFileItem { file: File; url: string; errorType: string; errorParam: string; }