UNPKG

@iotize/tap

Version:

IoTize Device client for Javascript

24 lines (23 loc) 513 B
/** * Generated file. Do not edit */ export declare const ResourceMetaData: { '/lte/enabled': { put: { minApiVersion: number; configModeRequired: boolean; schema: { type: string; }; }; }; '/lte/application-data': { put: { minApiVersion: number; configModeRequired: boolean; schema: { $ref: string; }; }; }; };