fengxiang
2018-02-01 8702a063e0e545f2ffc57f203b9c849599415923
1
2
3
4
export interface Authorization{
    token:string;
    refreshToken:string;
}