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