export const UpdatableRegionProps = [
  "id",
  "start",
  "end",
  "drag",
  "resize",
  "color",
  "content",
  "channelIdx"
] as const;
