export interface Sms { phoneNumber: string; } export interface SmsResponse { phone_number: string; }