@adyen/adyen-web
Version:
[](https://www.npmjs.com/package/@adyen/adyen-web)
16 lines (15 loc) • 457 B
TypeScript
export declare const COUNTDOWN_MINUTES = 15;
export declare const STATUS_INTERVAL = 2000;
export declare const THROTTLE_TIME = 60000;
export declare const THROTTLE_INTERVAL = 10000;
declare const _default: {
STATUS_INTERVAL: number;
COUNTDOWN_MINUTES: number;
THROTTLE_TIME: number;
THROTTLE_INTERVAL: number;
type: string;
messageTextId: string;
awaitTextId: string;
showCountdownTimer: boolean;
};
export default _default;