otaEnum.ts 81 Bytes Raw Blame History Permalink 1 2 3 4 export enum OTAPackageType { FIRMWARE = 'FIRMWARE', SOFTWARE = 'SOFTWARE', }