import { PopupContract } from "@paperbits/common/popups";

export interface PopupHostContract {
    popups: PopupContract[];
}