@mdf.js/openc2
Version:
MMS - API - Observability
11 lines • 463 B
TypeScript
/**
* Copyright 2024 Mytra Control S.L. All rights reserved.
*
* Use of this source code is governed by an MIT-style license that can be found in the LICENSE file
* or at https://opensource.org/licenses/MIT.
*/
export declare const OC2_TOPIC_PREFIX = "oc2";
export declare const OC2_TOPIC_SEPARATOR = ".";
export declare const OC2_TOPIC_RESPONSE_PREFIX = "rsp";
export declare const OC2_TOPIC_COMMAND_PREFIX = "cmd";
//# sourceMappingURL=Constants.t.d.ts.map