import { JsonFormationLine } from "./line/json"; export interface JsonFormation { lines: JsonFormationLine[]; }