UNPKG

@wildboar/rose

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