UNPKG

@mollie/api-client

Version:
8 lines (7 loc) 401 B
import type TransformingNetworkClient from '../../communication/TransformingNetworkClient'; import type Seal from '../../types/Seal'; import { type ProfileData } from './data'; import ProfileHelper from './ProfileHelper'; type Profile = Seal<ProfileData, ProfileHelper>; export default Profile; export declare function transform(networkClient: TransformingNetworkClient, input: ProfileData): Profile;