##// END OF EJS Templates
Added tag v1.6.3 for changeset fb2ea4d6aaba
Added tag v1.6.3 for changeset fb2ea4d6aaba

File last commit:

r107:e59104632d14 default
r123:dd0b7cf0ce69 default
Show More
Contact.ts
6 lines | 89 B | video/mp2t | TypeScriptLexer
export interface Contact {
name: string;
position: string;
email: string;
}