export interface ISnapshot { account: string; application: string; configLang: string; id: string; infrastructure: any; lastModified: number; lastModifiedBy: string; timestamp: number; }