import { type LAYER_TYPES } from "./constants"; export type LayerType = (typeof LAYER_TYPES)[number];