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