fengxiang
2018-02-28 63006583f40f12781c4cadfd412a8c459565ae8e
1
2
3
4
export interface Authorization{
    token:string;
    refreshToken:string;
}