Skip to main content
Example
export interface EnrolledPhoneNumber {
  id: number;
  phoneNumber: string;
}

Properties

id
number
phoneNumber
string