xufenglei
2018-03-07 285ac7cbd85a00143ef696447cc32706abf02e1f
1
2
3
4
export interface Authorization{
    token:string;
    refreshToken:string;
}