##// END OF EJS Templates
type fixes for i18n, store
type fixes for i18n, store

File last commit:

r107:e59104632d14 default
r120:bc1b4dd8ca1a v1.6.2 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;
}