export interface StorageAccount { Connected?: boolean; Type?: 'DefaultBlob'; HostUrl?: string; }