UNPKG

@iotize/tap

Version:

IoTize Device client for Javascript

24 lines (23 loc) 501 B
/** * Generated file. Do not edit */ export declare const ResourceMetaData: { '/lora/ids': { put: { minApiVersion: number; configModeRequired: boolean; schema: { $ref: string; }; }; }; '/lora/config': { put: { minApiVersion: number; configModeRequired: boolean; schema: { $ref: string; }; }; }; };