UNPKG

@finapi/web-form

Version:

Library for integrating the finAPI Web Form

6 lines (5 loc) 193 B
import { Environment } from "../props.types"; export declare function getApiServer({ targetUrl, targetEnvironment, }: { targetUrl?: string; targetEnvironment?: Environment; }): string;