import { SourceInfo } from './source-info'; /** * @type SourcesPropertyInner * @export */ export type SourcesPropertyInner = SourceInfo | string;