UNPKG

@wildboar/rose

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