onesignal-web-sdk
Version:
Web push notifications from OneSignal.
14 lines (12 loc) • 349 B
text/typescript
import { AppConfig } from './AppConfig';
export interface ProxyFrameInitOptions extends AppConfig {
/**
* Describes which origin is allowed to load our iFrame in a top-level page.
*
* This is set on OneSignal's dashboard as the Site URL property and passed
* in.
*
* This can be set to *.
*/
origin: string;
}