9 lines
208 B
TypeScript
9 lines
208 B
TypeScript
/* generated using openapi-typescript-codegen -- do no edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export type InfoItem = {
|
|
key: string;
|
|
value: (string | number);
|
|
};
|
|
|