UNPKG

@sotatech/node-fixjs

Version:
12 lines (11 loc) 227 B
/** * Status of the certification as provided by the regulatory authority. * tag: 3022 * @readonly * @enum {number} (int) */ export declare enum AlgoCertificateStatus { Draft = 0, Approved = 1, Submitted = 2 }