Package: effect Module: SchemaRepresentation
effect
SchemaRepresentation
A tuple element.
Signature
export interface Element { readonly isOptional: boolean readonly type: Representation readonly annotations?: Schema.Annotations.Annotations | undefined }
Source
Since v4.0.0