UNPKG

88 BTypeScriptView Raw
1declare module "test" {
2 export interface IPerson {
3 name: string;
4 }
5}
\No newline at end of file