xufenglei
2018-03-06 19996ed69af73df08d5cb3cb8a8618eb5bc20eb4
1
2
3
4
export interface Authorization{
    token:string;
    refreshToken:string;
}