UNPKG

@everafter/ea-sdk

Version:
6 lines (5 loc) 305 B
export declare class Embed { getUrl: (workspaceId: string, accountId: string, personaName: string, email: string, name: string, embedLocation?: string | undefined, embedLocationUrl?: string | undefined, baseUrl?: string | undefined) => Promise<string>; } declare const embed: Embed; export { embed };