Merged develop into bugfix/uploadsounds-2
This commit is contained in:
@@ -48,10 +48,11 @@ export type CameraSettingErrorValues = Partial<Record<keyof CameraSettingValues,
|
||||
export type BearerTypeFieldType = {
|
||||
format: string;
|
||||
enabled: boolean;
|
||||
verbose: boolean;
|
||||
verbose?: boolean;
|
||||
};
|
||||
|
||||
export type InitialValuesForm = {
|
||||
format: string;
|
||||
backOfficeURL: string;
|
||||
username: string;
|
||||
password: string;
|
||||
@@ -67,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