errors.fyi community error code reference
TS4055
typescript

Return Type Has Unexported Name

A public function's return type contains a type name that is not exported from the module. Export the type or provide an explicit, fully-exported return type annotation.

References

← all namespaces