UNPKG

swarm-pilot

Version:
6 lines (5 loc) 130 B
import { Schema } from "effect"; export const LabelsSchema = Schema.Record({ key: Schema.String, value: Schema.String });