@wildboar/qc
Version:
Qualified Certificates in TypeScript
19 lines • 461 B
text/typescript
import { type QC_STATEMENT } from "../PKIXqualified97/QC-STATEMENT.oca.mjs";
/**
* @summary SupportedStatements
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* SupportedStatements QC-STATEMENT ::= {
* qcStatement-1 |
* qcStatement-2 , ... -- For future extensions -- }
* ```
*
* @constant
* @type {QC_STATEMENT[]}
*
*/
export declare const SupportedStatements: QC_STATEMENT[];
//# sourceMappingURL=SupportedStatements.osa.d.mts.map