import { l as SupportedSelectors } from "./selector-types-CZHdvxMr.cjs"; import { ExternalWebResource } from "@iiif/presentation-3"; //#region src/annotation-targets/target-types.d.ts type SupportedTarget = { type: 'SpecificResource'; source: ExternalWebResource | { id: string; type: 'Unknown' | 'Canvas' | 'Range' | 'Manifest'; partOf?: Array<{ id: string; type: string; }>; }; purpose?: string; imageServiceHints?: { size?: string; rotation?: string; quality?: string; format?: string; }; selector: SupportedSelectors | null; selectors: SupportedSelectors[]; }; //#endregion export { SupportedTarget as t }; //# sourceMappingURL=target-types-C27BYOrn.d.cts.map