export interface IGetOffer {
    "status": string,
    "data": {
        "offer_id": string | boolean,
        "url": string | boolean,
        block?: HTMLElement
    }
}