MCPcopy Create free account
hub / github.com/bombshell-dev/clack / SegmentConfig

Interface SegmentConfig

packages/core/src/prompts/date.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import Prompt, { type PromptOptions } from './prompt.js';
4
5interface SegmentConfig {
6 type: 'year' | 'month' | 'day';
7 len: number;
8}
9
10export interface DateParts {
11 year: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected