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