ImportWHFSOptions | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Type Alias ImportWHFSOptions

    ImportWHFSOptions: {
        ifExists?: "overwrite" | "skip";
        onProgress?: (progress: ImportWHFSProgress) => void;
    } & Pick<ImportOptions, "allowResourceImports">