UNPKG

@intuitionrobotics/thunderstorm

Version:
8 lines 373 B
import { type ApiWithQuery } from "./types.js"; export declare const HeaderKey_PlatformVersion = "x-platform-version"; export declare const HeaderKey_PlatformName = "x-platform-name"; export type UpgradeRequired = { upgradeRequired?: boolean; }; export type ApiBinder_AssertAppVersion = ApiWithQuery<string, UpgradeRequired>; //# sourceMappingURL=force-upgrade.d.ts.map