Skip to content

Commit 3d58d1c

Browse files
Merge pull request #15 from tictactrip/feat/NotServicedSince
feat: add not_serviced_since field
2 parents e35782c + c45beb0 commit 3d58d1c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/types/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ interface GroundPlaceBase {
2121
has_been_modified?: boolean;
2222
warning?: boolean;
2323
is_latest?: boolean;
24+
not_serviced_since?: string;
2425
}
2526

2627
interface StopGroupFromFile extends GroundPlaceBase {

0 commit comments

Comments
 (0)