- added form fetch and post for optional constants for UTMC
This commit is contained in:
@@ -76,11 +76,19 @@ export type DispatcherConfig = {
|
||||
};
|
||||
|
||||
export type OptionalBOF2Constants = {
|
||||
format?: string;
|
||||
FFID?: string;
|
||||
SCID?: string;
|
||||
timestampSource?: string;
|
||||
GPSFormat?: string;
|
||||
};
|
||||
|
||||
export type OptionalUTMCConstants = {
|
||||
format?: string;
|
||||
SCID?: string;
|
||||
timestampSource?: string;
|
||||
GPSFormat?: string;
|
||||
};
|
||||
export type OptionalBOF2LaneIDs = {
|
||||
laneId?: string;
|
||||
LID1?: string;
|
||||
|
||||
Reference in New Issue
Block a user