Skip to main content

Type Alias: SpecPatch

SpecPatch = { op: "replace"; path: string; rationale?: string; target: "layer" | "source" | "view" | "style"; value?: unknown; } | { op: "add" | "remove"; path?: string; rationale?: string; target: "layer" | "source" | "view" | "style"; value?: unknown; }

Defined in: runtime/adapter.ts:30