export interface OTPSMSResponse {
    codeRetour: number;
    secured: boolean;
    line: string;
}
