mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-28 02:19:26 +02:00
(feat) Add ability to disable plugins and show bundled plugins (#337)
This commit is contained in:
+1
-1
@@ -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