Update common.ts

This commit is contained in:
l0stl0rd 2024-03-29 12:35:42 +01:00 committed by GitHub
parent 1a83936cdd
commit 97579770e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,6 +40,7 @@ export const zSchedulerField = z.enum([
'euler_a', 'euler_a',
'kdpm_2_a', 'kdpm_2_a',
'lcm', 'lcm',
'TCD',
]); ]);
// #endregion // #endregion