mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-09 08:48:15 +01:00
feat(device-utils): add min_suite_native_version env condition
This commit is contained in:
@@ -107,6 +107,7 @@ export interface ConditionalRelease {
|
||||
conditions: {
|
||||
environment: {
|
||||
min_suite_version: string;
|
||||
min_suite_native_version: string;
|
||||
};
|
||||
rollout_probability: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user