import { Identifier } from "./identifier"; export interface IdentifierItems { items: Array; /** * Ignore external ids and matching ids that aren\'t found. */ ignoreUnknownIds?: boolean; }