ResolvedValues
Defined in: packages/analyzer/src/types.ts:80
Resolved literal-union values for an input. partial: true means the
source union mixed literal members with non-literal ones (e.g.
'a' | 'b' | SomeAlias); only the literal members are included in
values. null when the type isn’t a literal union or couldn’t be
resolved.
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
partial |
boolean |
packages/analyzer/src/types.ts:82 |
values |
readonly string[] |
packages/analyzer/src/types.ts:81 |