UNPKG

@cause-911/core

Version:

Run `npm install @cause-911/core --save` to add this library to your project

6 lines (5 loc) 108 B
export declare class RefreshToken { accessToken: string; refreshToken: string; constructor(); }