accountant-ui/src/login/token.ts

7 lines
109 B
TypeScript
Raw Normal View History

2017-08-04 08:32:49 +02:00
// vim: set tw=80 ts=2 sw=2 sts=2 :
export class Token {
access_token: string;
refresh_token: string;
}