diff --git a/src/app/openapi/types.gen.ts b/src/app/openapi/types.gen.ts index 0d76832..8c52e20 100644 --- a/src/app/openapi/types.gen.ts +++ b/src/app/openapi/types.gen.ts @@ -328,12 +328,12 @@ export type MaplibreStyle = { paint?: { [key: string]: ({ [key: string]: unknown; -} | Array | number | string); +} | Array | number | string | boolean); } | null; layout?: { [key: string]: ({ [key: string]: unknown; -} | Array | number | string); +} | Array | number | string | boolean); } | null; attribution?: string | null; };