@trophyso/node
Version:
NodeJS SDK for the Trophy API
10 lines (9 loc) • 407 B
TypeScript
/** The type of trigger. */
export declare const CreatePointsTriggerRequestItemType: {
readonly Metric: "metric";
readonly Achievement: "achievement";
readonly Streak: "streak";
readonly Time: "time";
readonly UserCreation: "user_creation";
};
export type CreatePointsTriggerRequestItemType = (typeof CreatePointsTriggerRequestItemType)[keyof typeof CreatePointsTriggerRequestItemType];