Document markup and improve choice tags
This commit is contained in:
Vendored
+4
@@ -26,6 +26,10 @@ export interface TurnResult {
|
||||
score?: number;
|
||||
moves?: number;
|
||||
statusLine?: string;
|
||||
endState?: {
|
||||
type: 'intended' | 'error';
|
||||
message?: string;
|
||||
};
|
||||
};
|
||||
suggestions?: string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user