updated forms along with addg tabs
This commit is contained in:
@@ -40,3 +40,20 @@ export type CameraSettingValues = {
|
||||
export type CameraSettingErrorValues = Partial<
|
||||
Record<keyof CameraSettingValues, string>
|
||||
>;
|
||||
|
||||
export type BearerTypeFieldType = {
|
||||
format: string;
|
||||
enabled: boolean;
|
||||
verbose: boolean;
|
||||
};
|
||||
|
||||
export type InitialValuesForm = {
|
||||
format: string;
|
||||
enabled: boolean;
|
||||
verbose: boolean;
|
||||
backOfficeURL: string;
|
||||
username: string;
|
||||
password: string;
|
||||
connectTimeoutSeconds: number;
|
||||
readTimeoutSeconds: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user