Package: effect
Module: SchemaAST
Returns the identifier annotation from the AST node, if set.
Details
The identifier is typically set by Schema.annotations({ identifier: "..." })
and is used for error messages and schema identification.
See
resolveresolveTitleSignature
declare const resolveIdentifier: (ast: AST) => string | undefined
Since v4.0.0