export interface IFndyIFrameEventModel { type: 'ChangeRoute' | 'RefreshToken' | 'AuthStateChange' | 'RouteChanged' | 'ChangeRouteChild' | 'Init' | 'SignOutUser' | 'RequestNotificationPermission' | 'CreateNotification' | 'CloseNotification'; data: any; }