UNPKG

@cauca-911/core

Version:

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

5 lines (4 loc) 89 B
export declare class RefreshToken { accessToken: string; refreshToken: string; }