import { ItemData } from './itemData'; import { VersionData } from './versionData'; /** * @type ListRefsIncluded * @export */ export type ListRefsIncluded = ItemData | VersionData;