@everafter/ea-sdk
Version:
EverAfter SDK
6 lines (5 loc) • 305 B
TypeScript
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 };