Type Alias: ExtImport
ExtImport =
NamedExtImport|DefaultExtImport
A reference to code in your app's src directory.
Use this when you can't use a reference import.
The import path must start with @src/ and be either a single named import
(NamedExtImport) or a default import (DefaultExtImport).