blob: c09d10e452c7cf29d7d6070032cd1fdc2d690d40 [file] [log] [blame]
export interface Email{
address: String;
domain: String;
}