- updated backoffice setup
- need to add async loading state
This commit is contained in:
@@ -49,9 +49,6 @@ export type BearerTypeFieldType = {
|
||||
};
|
||||
|
||||
export type InitialValuesForm = {
|
||||
format: string;
|
||||
enabled: boolean;
|
||||
verbose: boolean;
|
||||
backOfficeURL: string;
|
||||
username: string;
|
||||
password: string;
|
||||
@@ -59,6 +56,14 @@ export type InitialValuesForm = {
|
||||
readTimeoutSeconds: number;
|
||||
};
|
||||
|
||||
export type InitialValuesFormErrors = {
|
||||
backOfficeURL?: string;
|
||||
username?: string;
|
||||
password?: string;
|
||||
connectTimeoutSeconds?: string;
|
||||
readTimeoutSeconds?: string;
|
||||
};
|
||||
|
||||
export type NPEDFieldType = {
|
||||
frontId: string;
|
||||
username: string | undefined;
|
||||
|
||||
Reference in New Issue
Block a user