xufenglei
2018-03-12 401a044107202a74dd87408dd43d38cc2ab80fe6
1
2
3
4
export interface Authorization {
    token: string;
    refreshToken: string;
}