UNPKG

metamap-capacitor-plugin

Version:
12 lines (11 loc) 267 B
export interface MetaMapParams { clientId: string; flowId: string; metadata?: object; } export interface MetaMapCapacitorPlugin { showMetaMapFlow(options: MetaMapParams): Promise<{ identityId: string; verificationID: string; }>; }