fengxiang
2018-02-27 64c930bec1b013ac6e19af9ec30db9eff6110206
1
2
3
4
export interface Authorization{
    token:string;
    refreshToken:string;
}