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