UNPKG

@climatepartner/climatepartner-api-sdk

Version:

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

12 lines (11 loc) 274 B
/** * This file was generated by st-open-api */ import { ICertificateLanguage } from './i-certificate-language'; export interface ICertificateUrlPublic { cpId: string; expiresAt: string; filename: string; language: ICertificateLanguage; url: string; }