added NPED form and sonner toast

This commit is contained in:
2025-08-18 16:04:03 +01:00
parent be7f0cf1de
commit 9288540957
11 changed files with 149 additions and 2 deletions

View File

@@ -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;
};