UNPKG

@lilianaa/nordigen-node

Version:

Nordigen official API client for Node.js

13 lines (11 loc) 341 B
import { EndUserAgreement } from '../generated.js'; export interface RequisitionCreateOptions { redirectUrl: string; institutionId: string; agreement: EndUserAgreement | string; userLanguage?: string; redirectImmediate?: boolean; accountSelection?: boolean; reference?: string | null; ssn?: string | null; }