- updated form to include bof2 constants

- refactored code to make more scalable and use one form
This commit is contained in:
2025-11-04 10:24:06 +00:00
parent 933c101cbc
commit 538b623ac6
7 changed files with 237 additions and 159 deletions

View File

@@ -68,6 +68,13 @@ export type InitialValuesFormErrors = {
readTimeoutSeconds?: string;
};
export type OptionalBOF2Constants = {
FFID?: "";
SCID?: "";
timestampSource?: "";
GPSFormat?: "";
};
export type NPEDFieldType = {
frontId: string;
username: string | undefined;