unplugged-system/tools/netsim/ui/ts/common.ts

12 lines
219 B
TypeScript
Raw Permalink Normal View History

/* eslint-disable */
export const protobufPackage = 'netsim.common';
export enum ChipKind {
UNSPECIFIED = 'UNSPECIFIED',
BLUETOOTH = 'BLUETOOTH',
WIFI = 'WIFI',
UWB = 'UWB',
UNRECOGNIZED = 'UNRECOGNIZED',
}