in-app-notification-openable.ts 68 B

123
  1. export interface IInAppNotificationOpenable {
  2. open: () => void,
  3. }