13 lines
239 B
TypeScript
13 lines
239 B
TypeScript
/* generated using openapi-typescript-codegen -- do no edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
|
|
import type { plot } from './plot';
|
|
|
|
export type plots = {
|
|
title?: string;
|
|
plot: Array<plot>;
|
|
};
|
|
|