import { isly } from "isly" export interface Label { name: string color: string description: string } export namespace Label { export const type = isly.object