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