UNPKG

@wildboar/rose

Version:
18 lines 535 B
import { type OPERATION } from '../Remote-Operations-Information-Objects/OPERATION.oca.mjs'; /** * @summary Forward * @description * * **This production was manually written in TypeScript.** * * ### ASN.1 Definition: * * ```asn1 * Forward{OPERATION:OperationSet} OPERATION ::= {OperationSet | OperationSet.&Linked.&Linked | * OperationSet.&Linked.&Linked.&Linked.&Linked} * ``` * * @type {OPERATION} */ export declare function Forward(OperationSet: OPERATION[]): OPERATION[]; //# sourceMappingURL=Forward.osa.d.mts.map