Add is_visible
This commit is contained in:
parent
c8c2e4253f
commit
ef3f48bda6
|
@ -155,4 +155,5 @@ export type Extension = {
|
|||
manage_url: string;
|
||||
name: string;
|
||||
is_built_by_wc: boolean;
|
||||
is_visible: boolean;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue