UNPKG

@trophyso/node

Version:
7 lines (6 loc) 298 B
/** The status of the points boost. */ export declare const PointsBoostWebhookPayloadStatus: { readonly Active: "active"; readonly Finished: "finished"; }; export type PointsBoostWebhookPayloadStatus = (typeof PointsBoostWebhookPayloadStatus)[keyof typeof PointsBoostWebhookPayloadStatus];