Skip to content

Commit

Permalink
forgot to push this file
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Sep 11, 2024
1 parent 56f897b commit 9e8f75c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/snaps-utils/src/snaps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ export type Snap = TruncatedSnap & {
* Flag to signal whether this snap should be hidden from the user or not.
*/
hidden?: boolean;

/**
* Flag to signal whether this snap should hide the header in the UI or not.
*/
hideHeader?: boolean;
};

export type TruncatedSnapFields =
Expand Down

0 comments on commit 9e8f75c

Please sign in to comment.