@intuitionrobotics/thunderstorm
Version:
8 lines (7 loc) • 322 B
TypeScript
import { ApiWithQuery } from "./types";
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>;