UNPKG

@wildboar/ocsp

Version:
17 lines 350 B
import { type RESPONSE } from "../OCSP-2013-08/RESPONSE.oca.mjs"; /** * @summary ResponseSet * @description * * ### ASN.1 Definition: * * ```asn1 * ResponseSet RESPONSE ::= {basicResponse, ...} * ``` * * @constant * @type {RESPONSE[]} * */ export declare const ResponseSet: RESPONSE<any>[]; //# sourceMappingURL=ResponseSet.osa.d.mts.map