UNPKG

@arc-publishing/sdk-amp

Version:
9 lines (8 loc) 280 B
import { InjectableIdentity, IdentityType } from '../identity'; export interface OptionsType { apiOrigin: string; Identity: IdentityType | InjectableIdentity; baseDomain?: string; } export declare const options: (options: OptionsType) => void; export default options;