Skip to content

@sqlrooms/kepler / KeplerSliceConfig

Variable: KeplerSliceConfig

const KeplerSliceConfig: z.ZodObject<{ currentMapId: z.ZodString; maps: z.ZodArray<z.ZodObject<{ id: z.ZodString; name: z.ZodString; config: z.ZodOptional<z.ZodObject<{ version: z.ZodLiteral<"v1">; config: z.ZodObject<{ visState: z.ZodObject<..., ...>; mapState: z.ZodObject<..., ...>; mapStyle: z.ZodObject<..., ...>; uiState: z.ZodObject<..., ...>; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>