mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
5 lines
87 B
TypeScript
5 lines
87 B
TypeScript
|
export type Features = {
|
||
|
active: ReadonlySet<string>;
|
||
|
all: ReadonlySet<string>;
|
||
|
};
|