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.

4 lines (3 loc) 181 B
declare type Primitive = bigint | boolean | null | number | string | symbol | undefined; declare type PlainObject = Record<string, Primitive | unknown>; export default PlainObject;