interface RateLimitCountdownProps {
    retryAfter: number;
    onComplete: () => void;
}

Properties

retryAfter: number
onComplete: () => void