UNPKG

@prismatic-io/embedded

Version:

Embed Prismatic's integration marketplace and workflow designer within your existing application.

6 lines (5 loc) 167 B
export interface AuthenticateProps { prismaticUrl?: string; token: string; } export declare const authenticate: (options: AuthenticateProps) => Promise<void>;