errors.fyi community error code reference
TS4023
typescript

Exported Variable Has Unexported Type

An exported variable's inferred type references a type that is not exported. Explicitly annotate the variable with an exported type, or export the referenced type.

References

← all namespaces