/** * PagarmeApiSDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema'; /** KYC Link */ export interface CreateKYCLinkResponse { /** Base64 */ base64?: string | null; /** URL */ url?: string | null; /** Expiration Date */ expirationDate?: string | null; } export declare const createKYCLinkResponseSchema: Schema;