@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Type Alias SchemaResult<Output>

    SchemaResult: { value: Output } | { issues: ReadonlyArray<SchemaIssue> }

    Outcome of validating a value against a schema.

    Type Parameters

    • Output