Phase 1A done
This commit is contained in:
parent
49190c5d7e
commit
b8995b3a1b
21 changed files with 1038 additions and 3 deletions
9
src/domain/models/circuit-section.model.ts
Normal file
9
src/domain/models/circuit-section.model.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
export interface CircuitSection {
|
||||
id: string;
|
||||
circuitListId: string;
|
||||
key: string;
|
||||
displayName: string;
|
||||
prefix: string;
|
||||
sortOrder: number;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue