Skip to content

PURISTA API


PURISTA API / @purista/cli / PuristaCommandResolution

Type Alias: PuristaCommandResolution<TInput, TResolved>

PuristaCommandResolution<TInput, TResolved> = object

Defined in: packages/cli/src/core/types.ts:41

Type Parameters

TInput

TInput

TResolved

TResolved

Properties

command

command: PuristaCommandId

Defined in: packages/cli/src/core/types.ts:42


errors

errors: PuristaCommandIssue[]

Defined in: packages/cli/src/core/types.ts:47


input

input: TInput

Defined in: packages/cli/src/core/types.ts:43


missing

missing: PromptRequest[]

Defined in: packages/cli/src/core/types.ts:45


resolvedInput?

optional resolvedInput?: TResolved

Defined in: packages/cli/src/core/types.ts:44


warnings

warnings: string[]

Defined in: packages/cli/src/core/types.ts:46