1
0
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:
Thomas Heartman 2025-07-16 11:21:16 +02:00
parent 728b0eb28c
commit c4fca8a953

View File

@ -555,6 +555,7 @@ export interface IClientApp {
yggdrasilVersion?: string;
specVersion?: string;
sdkType?: 'frontend' | 'backend' | null;
sdkVersion?: string;
}
export interface IAppFeature {