UNPKG

@wildboar/rose

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