Newer
Older
import { durationType } from './durationOptios.model'
export interface ICustomPopup {
description: string
popupEnabled: boolean
export interface PopupDuration {
type: durationType
duration: number
}
import { durationType } from './durationOptios.model'
export interface ICustomPopup {
description: string
popupEnabled: boolean
export interface PopupDuration {
type: durationType
duration: number
}