v1.0.0-rc.40
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/* generated using openapi-typescript-codegen -- do no edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
* Selection of an indexing algorithm used by Jungfraujoch
|
||||
*
|
||||
*/
|
||||
export enum indexing_algorithm {
|
||||
FFBIDX = 'FFBIDX',
|
||||
FFT = 'FFT',
|
||||
NONE = 'None',
|
||||
}
|
||||
Reference in New Issue
Block a user