@alistigo/artifact-config-list-format
v0.1.3
Published
JSON Schema and TypeScript types for the Alistigo list artifact config.
Maintainers
Readme
@alistigo/artifact-config-list-format
JSON Schema and TypeScript types for the Alistigo list artifact config document.
Install
pnpm add @alistigo/artifact-config-list-formatUsage
import { validateListConfig, type ListArtifactConfig } from "@alistigo/artifact-config-list-format";
const config = validateListConfig({ readonly: true });
// => { readonly: true }