UNPKG

@wildboar/qc

Version:
19 lines 606 B
import { type QC_STATEMENT } from "../PKIXqualified97/QC-STATEMENT.oca.mjs"; import { SemanticsInformation } from "../PKIXqualified97/SemanticsInformation.ta.mjs"; /** * @summary qcStatement_1 * @description * * ### ASN.1 Definition: * * ```asn1 * qcStatement-1 QC-STATEMENT ::= { SYNTAX SemanticsInformation * IDENTIFIED BY id-qcs-pkixQCSyntax-v1 } * ``` * * @constant * @type {QC_STATEMENT<SemanticsInformation>} * @implements {QC_STATEMENT<SemanticsInformation>} */ export declare const qcStatement_1: QC_STATEMENT<SemanticsInformation>; //# sourceMappingURL=qcStatement-1.oa.d.mts.map