1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

added comment to playground model file

This commit is contained in:
andreas-unleash 2022-08-09 17:56:45 +03:00
parent a4c6ae2077
commit 96818bd339

View File

@ -1,3 +1,13 @@
/**
*
* 09/08/2022
* This was copied from the openapi-generator generated files and slightly modified
* because of malformed generation of `anyOf`, `oneOf`
*
* https://github.com/OpenAPITools/openapi-generator/issues/12256
*/
import { VariantSchema } from 'openapi';
import { Operator } from 'constants/operators';