declare module fb { interface IToast { Message: string; UniqueId: string; Field: string; EntityType: number; EntityId: number; } }