fengxiang
2018-02-27 b5d06c6068e919fdaaf55e771b6d39b4c4e9602b
1
2
3
4
export interface Authorization{
    token:string;
    refreshToken:string;
}