Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Interface sharing repo

1. Create a .d.ts file of the interfaces that you would like to share.

Example:

export interface Test{
  hello: string;
}

2. Install in your project using typings

$ typings install TestModel=github:mumba/types/test.d.ts#master --save

3. Use in your project

import {Test} from 'TestModel';

About

Type definitions for the Mumba SDK

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors