UNPKG

@idfy/sdk

Version:
11 lines (10 loc) 158 B
export interface Mobile { /** * The country code. */ countryCode?: string; /** * The mobile number. */ number?: string; }