EnumA TypeScript-style enum. Each entry is a [name, value] pair.
models
Source effect/SchemaRepresentation.ts:2965 lines
export interface Enum {
readonly Enum._tag: "Enum"_tag: "Enum"
readonly Enum.annotations?: anyannotations?: import SchemaSchema.declareAnnotations.type Schema.Annotations.Annotations = /*unresolved*/ anyAnnotations | undefined
readonly Enum.enums: readonly (readonly [string, string | number])[]enums: interface ReadonlyArray<T>ReadonlyArray<readonly [string, string | number]>
}Referenced by 2 symbols