@finagraph/strongbox-finconnect-react
Version:
React components to integrate with Finagraph Strongbox
8 lines (7 loc) • 412 B
TypeScript
import { AccountingPackage } from '../Models/AccountingPackages';
import { TextContent } from '../Text/TextContent';
export type DesktopAuthResponse = {
codeChallenge: string;
};
export declare function AccountingPackageConnectPrompt(accountingPackage: AccountingPackage, textContent?: TextContent): string;
export declare function AccountingPackageName(accountingPackage: AccountingPackage): string;