##// END OF EJS Templates
Added tag v1.10.3 for changeset 078eca3dc271
Added tag v1.10.3 for changeset 078eca3dc271

File last commit:

r107:e59104632d14 default
r159:0b327f31e28f tip 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;
}