feat : plan du site (WIP)
This commit is contained in:
@@ -7,3 +7,14 @@ export interface BuildingLayoutData {
|
||||
rows: number | null
|
||||
casePositions?: BuildingCasePositionData[] | null
|
||||
}
|
||||
export type LayoutCell = {
|
||||
key: string
|
||||
isEmpty: boolean
|
||||
caseId: number | null
|
||||
display: string
|
||||
caseStatusId: number | null
|
||||
caseStatusLabel: string | null
|
||||
caseStyle?: Record<string, string>
|
||||
spanStyle: Record<string, string>
|
||||
baseClass: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user