Add is_visible

This commit is contained in:
moon 2022-04-28 11:22:54 -07:00
parent c8c2e4253f
commit ef3f48bda6
1 changed files with 1 additions and 0 deletions

View File

@ -155,4 +155,5 @@ export type Extension = {
manage_url: string;
name: string;
is_built_by_wc: boolean;
is_visible: boolean;
};