MCPcopy Create free account
hub / github.com/angularcafe/slateui / Schema

Interface Schema

projects/cli/schematics/init/schema.ts:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface Schema {
2 baseColor: 'neutral' | 'slate' | 'zinc' | 'stone' | 'gray';
3 project?: string;
4 confirmOverwrite?: string;
5}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected