Skip to content

Commit

Permalink
chore: remove unused positioning table property
Browse files Browse the repository at this point in the history
  • Loading branch information
nsenave committed Aug 9, 2024
1 parent d2e6115 commit aeb1e57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/typeLunatic/type-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ export type ComponentRosterForLoopType = {
rowspan?: number;
id?: string;
}[];
positioning: 'HORIZONTAL';
};

export type ComponentLoopType = {
Expand All @@ -189,7 +188,6 @@ export type ComponentTableType = {
lines: ComponentRosterForLoopType['lines'];
header: ComponentRosterForLoopType['header'];
body: ComponentRosterForLoopType['body'];
positioning: ComponentRosterForLoopType['positioning'];
};

export type ComponentNumberType = {
Expand Down

0 comments on commit aeb1e57

Please sign in to comment.