feat: add removable reference feature vertical slice
This commit is contained in:
@@ -47,4 +47,8 @@ export type ApplicationApi = Readonly<{
|
||||
| Readonly<{ action: "support"; reason: string }>
|
||||
>;
|
||||
}>;
|
||||
features: Readonly<{
|
||||
has(featureId: string): boolean;
|
||||
get(featureId: string): unknown;
|
||||
}>;
|
||||
}>;
|
||||
|
||||
Reference in New Issue
Block a user