1
0
forked from Yara724/api

Added SMS for Link flow of FIELD-EXPERT: YARA-802

This commit is contained in:
SepehrYahyaee
2026-04-22 11:13:47 +03:30
parent 3c15901ecc
commit 8284aba825
4 changed files with 70 additions and 20 deletions

View File

@@ -21,6 +21,8 @@ export interface SendMessage {
export interface VerifyLookUpMessage {
template: string;
token: string;
token2?: string;
token3?: string;
receptor: string;
}