/** * @example * {} */ export interface ListPhoneNumbersParams { pageIndex?: number; pageSize?: number; }