UNPKG

@wildboar/rose

Version:
18 lines 362 B
import { type ERROR } from '../Remote-Operations-Information-Objects/ERROR.oca.mjs'; /** * @summary cancelled * @description * * ### ASN.1 Definition: * * ```asn1 * cancelled ERROR ::= {CODE local:-3 * } * ``` * * @constant * @type {ERROR} * @implements {ERROR} */ export declare const cancelled: ERROR; //# sourceMappingURL=cancelled.oa.d.mts.map