UNPKG

@arc-publishing/sdk-sales

Version:
8 lines (7 loc) 228 B
import { InjectableIdentity, IdentityType } from '../identity'; interface Options { apiOrigin?: string; Identity?: IdentityType | InjectableIdentity; } export default function options(options: Options): void; export {};