##// END OF EJS Templates
Added tag v1.7.1 for changeset 8095aad89415
Added tag v1.7.1 for changeset 8095aad89415

File last commit:

r107:e59104632d14 default
r128:ccd49a7b1772 default
Show More
Contact.ts
6 lines | 89 B | video/mp2t | TypeScriptLexer
cin
Working on WatchForRendition
r107 export interface Contact {
name: string;
position: string;
email: string;
}