Skip to content

Commit ac0a3c1

Browse files
authored
Better type for SessionInfo state (#7679)
1 parent 35d2078 commit ac0a3c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/github/copilotApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ export interface SessionInfo {
298298
agent_id: number;
299299
logs: string;
300300
logs_blob_id: string;
301-
state: 'completed' | 'in_progress' | 'failed' | (string & {});
301+
state: 'completed' | 'in_progress' | 'failed' | 'queued';
302302
owner_id: number;
303303
repo_id: number;
304304
resource_type: string;

0 commit comments

Comments
 (0)