Files
Jungfraujoch/frontend/src/openapi/models/binning.ts
T
2024-10-11 16:43:06 +02:00

10 lines
227 B
TypeScript

/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
/**
* Binning of frames for the plot (0 = default binning)
*/
export type binning = number;