/** Payment method Challenge */
export interface Challenge {
    /** Challenge */
    challenge: string;
}
//# sourceMappingURL=Challenge.d.ts.map