@iotize/tap
Version:
IoTize Device client for Javascript
24 lines (23 loc) • 517 B
TypeScript
/**
* Generated file. Do not edit
*/
export declare const ResourceMetaData: {
'/data-log/options': {
put: {
minApiVersion: number;
configModeRequired: boolean;
schema: {
$ref: string;
};
};
};
'/data-log/crypto-key': {
put: {
minApiVersion: number;
configModeRequired: boolean;
schema: {
$ref: string;
};
};
};
};