mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-27 11:51:13 +01:00
(feat) Add ability to disable plugins and show bundled plugins (#337)
This commit is contained in:
2
src-tauri/yaak-plugins/bindings/gen_events.ts
generated
2
src-tauri/yaak-plugins/bindings/gen_events.ts
generated
@@ -423,7 +423,7 @@ export type ListCookieNamesRequest = {};
|
||||
|
||||
export type ListCookieNamesResponse = { names: Array<string>, };
|
||||
|
||||
export type ListFoldersRequest = Record<string, never>;
|
||||
export type ListFoldersRequest = {};
|
||||
|
||||
export type ListFoldersResponse = { folders: Array<Folder>, };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user