export interface LinkTokenResponse { link_token: string; expiration: string; // ISO-8601 request_id: string; } export type * from 'plaid-link';