From aeb1e576aac6a019174e12c5558b4175a247ba7a Mon Sep 17 00:00:00 2001 From: Nicolas Senave Date: Fri, 9 Aug 2024 09:20:36 +0200 Subject: [PATCH] chore: remove unused positioning table property --- src/typeLunatic/type-source.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/typeLunatic/type-source.ts b/src/typeLunatic/type-source.ts index 974cf2ce..2dbec74d 100644 --- a/src/typeLunatic/type-source.ts +++ b/src/typeLunatic/type-source.ts @@ -170,7 +170,6 @@ export type ComponentRosterForLoopType = { rowspan?: number; id?: string; }[]; - positioning: 'HORIZONTAL'; }; export type ComponentLoopType = { @@ -189,7 +188,6 @@ export type ComponentTableType = { lines: ComponentRosterForLoopType['lines']; header: ComponentRosterForLoopType['header']; body: ComponentRosterForLoopType['body']; - positioning: ComponentRosterForLoopType['positioning']; }; export type ComponentNumberType = {