From 12acd801e78ff103d0053f8f10af747d9095654d Mon Sep 17 00:00:00 2001 From: neuronull <9162534+neuronull@users.noreply.github.com> Date: Tue, 4 Nov 2025 15:07:46 -0700 Subject: [PATCH] True up napi auto-generated index.d.ts --- apps/desktop/desktop_native/napi/index.d.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/desktop/desktop_native/napi/index.d.ts b/apps/desktop/desktop_native/napi/index.d.ts index 0a8beb8c427..dea9daf8b0e 100644 --- a/apps/desktop/desktop_native/napi/index.d.ts +++ b/apps/desktop/desktop_native/napi/index.d.ts @@ -3,6 +3,15 @@ /* auto-generated by NAPI-RS */ +/** Mechanisms that load data into the importer */ +export interface NativeImporterMetadata { + /** Identifies the importer */ + id: string + /** Describes the strategies used to obtain imported data */ + loaders: Array + /** Identifies the instructions for the importer */ + instructions: string +} export declare namespace passwords { /** The error message returned when a password is not found during retrieval or deletion. */ export const PASSWORD_NOT_FOUND: string