UNPKG

@climatepartner/climatepartner-api-sdk

Version:

The ClimatePartner API provides one uniform public API to customers of ClimatePartner.

11 lines (10 loc) 249 B
/** * This file was generated by st-open-api */ import { ITokenTypeToken } from './enumeration/i-token-type-token'; export interface IToken { access_token: string; expires_in: number; scope?: string; token_type: ITokenTypeToken; }