12 lines
251 B
TypeScript
12 lines
251 B
TypeScript
/* generated using openapi-typescript-codegen -- do no edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
|
|
export enum detector_timing {
|
|
AUTO = 'auto',
|
|
TRIGGER = 'trigger',
|
|
BURST = 'burst',
|
|
GATED = 'gated',
|
|
}
|