UNPKG

@trophyso/node

Version:
12 lines (11 loc) 279 B
/** * This file was auto-generated by Fern from our API Definition. */ /** * The status of the achievement. */ export declare type MetricStatus = "archived" | "active"; export declare const MetricStatus: { readonly Archived: "archived"; readonly Active: "active"; };