UNPKG

@salla.sa/twilight

Version:

Salla Theme Toolkit, Webcomponents, Events, Requests, Utils

7 lines (6 loc) 285 B
import { RequestErrorEvent } from "../common"; import { AdvertisementApiResponse } from "../api/advertisement"; export default interface AdvertisementEvent { onFetched: (callback: (response: AdvertisementApiResponse.fetch) => void) => void; onFetchFailed: RequestErrorEvent; }