UNPKG

finerio-pfm-unnax

Version:

This SDK lets you connect to [Finerio PFM API Unnax](http://ec2-3-16-174-50.us-east-2.compute.amazonaws.com:8082/swagger-ui/index.html#/) in an easier way.

11 lines (10 loc) 216 B
export interface LoginResponse { access_token: string; refresh_token: string; token_type: string; expires_in: number; id: number; username: string; roles: string[]; api_key: string; }