ember-data / warp-drive uses a Symbol named Type to brand the type of models: https://docs.warp-drive.io/guides/misc/2-typescript/4-why-brands
However, e.g. in a my-model.ts file, the import
import { Type } from '@warp-drive/core-types/symbols';
ends up with Cannot resolve symbol 'Type' in Problems tools window/inline inspection. VSCode extension resolves the symbol correctly.