xufenglei
2018-03-05 9adc219110433853d9e7017e94502aa0a3819e7f
1
2
3
4
export interface Authorization{
    token:string;
    refreshToken:string;
}