Files
rudder-js-sdk/src/generated/common.ts
T

17 lines
448 B
TypeScript
Raw Normal View History

2026-08-12 14:02:25 +03:00
// Code generated by apigen. DO NOT EDIT.
export interface ErrorResponse {
"code"?: "early_completion" | "forbidden" | "level_not_reached" | "node_not_active" | "objectives_incomplete" | "run_expired" | "run_not_active" | "scenario_not_active" | "unknown_run";
"error"?: string;
"index"?: number;
"playerId"?: string;
2026-08-12 14:02:25 +03:00
"requestId"?: string;
}
export interface Reward {
"amount"?: number;
"currency"?: string;
"itemId"?: string;
}