We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e35782c + c45beb0 commit 3d58d1cCopy full SHA for 3d58d1c
1 file changed
src/types/index.ts
@@ -21,6 +21,7 @@ interface GroundPlaceBase {
21
has_been_modified?: boolean;
22
warning?: boolean;
23
is_latest?: boolean;
24
+ not_serviced_since?: string;
25
}
26
27
interface StopGroupFromFile extends GroundPlaceBase {
0 commit comments