added NPED form and sonner toast
This commit is contained in:
@@ -57,3 +57,13 @@ export type InitialValuesForm = {
|
||||
connectTimeoutSeconds: number;
|
||||
readTimeoutSeconds: number;
|
||||
};
|
||||
|
||||
export type NPEDFieldType = {
|
||||
username: string;
|
||||
password: string;
|
||||
clientId: string;
|
||||
};
|
||||
|
||||
export type HotlistUploadType = {
|
||||
file: string | null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user