@getgreenspark/reports
Version:
Greenspark Reports API SDK
31 lines (30 loc) • 622 B
TypeScript
/**
* Reporting
* Here you can find documentation and examples for Greenspark Reporting API
*
* OpenAPI spec version: v1
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
/**
*
* @export
* @interface Metadata
*/
export interface Metadata {
/**
* Minimum 1, maximum 40 characters.
* @type {string}
* @memberof Metadata
*/
key: string;
/**
* Minimum 1, maximum 80 characters.
* @type {string}
* @memberof Metadata
*/
value: string;
}