// 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; "requestId"?: string; } export interface Reward { "amount"?: number; "currency"?: string; "itemId"?: string; }