Declaration code:
export interface SourceInterface {
search (query: string): Promise<SearchResultsType>
}
Import code:
import type {
SearchResultsType,
SourceInterface
} from './types';
Error:
/Users/gajus/Documents/[..]/src/sources/TestSource.js
4:3 error SourceInterface not found in '../types' import/named