module fb { export interface INotification { Title: string; Message: string; Level: string; ErrorCode?: string; ErrorHash?: string; } }