Hyperlinkv0.8.0-beta.28

Schema

Schema.FilterIssuetypeeffect/Schema.ts:6472
FilterIssue

A single failure reported by a filter predicate. Used as the element type of the array arm of FilterOutput, and also accepted on its own.

Details

Source effect/Schema.ts:64724 lines
export type FilterIssue = string | SchemaIssue.Issue | {
  readonly path: ReadonlyArray<PropertyKey>
  readonly issue: string | SchemaIssue.Issue
}
Referenced by 2 symbols