add cooldown notification repeat

This commit is contained in:
lendry
2026-06-25 14:45:01 +03:00
parent 6c63343fc7
commit 9671fe458b
11 changed files with 173 additions and 25 deletions

View File

@@ -273,6 +273,7 @@ export interface OtpSendResponse {
sent: boolean;
expiresAt: string;
maskedTarget: string;
resendAvailableAt?: string;
}
export interface PinVerificationResponse {