Newer
Older
export interface ICustomPopup {
description: string
popupEnabled: boolean
export interface PopupDuration {
type: durationType
duration: number
}
export interface ICustomPopup {
description: string
popupEnabled: boolean
export interface PopupDuration {
type: durationType
duration: number
}