diff --git a/src/preload/index.d.ts b/src/preload/index.d.ts index 66572f6..4adecf1 100644 --- a/src/preload/index.d.ts +++ b/src/preload/index.d.ts @@ -46,6 +46,7 @@ export interface ValidationAPI { validate: (request: ValidationRequest) => Promise> setSharedProductionIds: (productionIds: string[]) => Promise> getSharedProductionIds: () => Promise> + clearSharedProductionIds: () => Promise> getCleanerData: () => Promise< IpcResult<{ orderNumbers: string[]