- updated form to include bof2 constants
- refactored code to make more scalable and use one form
This commit is contained in:
@@ -68,6 +68,13 @@ export type InitialValuesFormErrors = {
|
||||
readTimeoutSeconds?: string;
|
||||
};
|
||||
|
||||
export type OptionalBOF2Constants = {
|
||||
FFID?: "";
|
||||
SCID?: "";
|
||||
timestampSource?: "";
|
||||
GPSFormat?: "";
|
||||
};
|
||||
|
||||
export type NPEDFieldType = {
|
||||
frontId: string;
|
||||
username: string | undefined;
|
||||
|
||||
Reference in New Issue
Block a user