diff --git a/src/interfaces/Locator.ts b/src/interfaces/Locator.ts index 5ae68a5..7c3b8a9 100644 --- a/src/interfaces/Locator.ts +++ b/src/interfaces/Locator.ts @@ -4,11 +4,11 @@ export interface Locator { href: string; type: string; - target: number; + target?: number; title?: string; - locations: { - position: number; + locations?: { progression: number; - totalProgression: number; + position?: number; + totalProgression?: number; }; }