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