mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-13 13:48:59 +02:00
allow sdkversion in iclientapp
This commit is contained in:
parent
728b0eb28c
commit
c4fca8a953
@ -555,6 +555,7 @@ export interface IClientApp {
|
||||
yggdrasilVersion?: string;
|
||||
specVersion?: string;
|
||||
sdkType?: 'frontend' | 'backend' | null;
|
||||
sdkVersion?: string;
|
||||
}
|
||||
|
||||
export interface IAppFeature {
|
||||
|
Loading…
Reference in New Issue
Block a user