Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
export interface PhonePrefix { /** Le nom du pays */ country: string; /** Le code de pays (p. ex. 'US', 'GB') */ country_code: string; /** L'indicatif téléphonique (p. ex. '+1', '+44') */ phone_prefix: string; }
country_code: string
string
phone_prefix: string