UNPKG

@sotatech/node-fixjs

Version:
14 lines (13 loc) 266 B
/** * Status of the report being responded to. * tag: 3021 * @readonly * @enum {number} (int) */ export declare enum AlgoCertificateReportStatus { /** Received, not yet processed */ Received = 0, /** Accepted */ Accepted = 1, Rejected = 2 }