沈斌
2018-03-08 f320f1970e5d80a423f377fb3253628bd1e7f5bf
1
2
3
4
export interface Authorization {
    token: string;
    refreshToken: string;
}