fengxiang
2018-02-26 6d9376c0f3fb018ffee01f623e27790a4ee8eca1
1
2
3
4
export interface Authorization{
    token:string;
    refreshToken:string;
}