Skip to main content
Example
export interface EnrolledEmail {
  id: number;
  email: string;
}

Properties

email
string
id
number