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