Skip to content

Commit 27c93cb

Browse files
committed
make gen
1 parent 656802e commit 27c93cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/api/typesGenerated.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,9 +370,9 @@ export interface Role {
370370

371371
// From codersdk/sse.go
372372
export interface ServerSentEvent {
373-
readonly Type: ServerSentEventType
373+
readonly type: ServerSentEventType
374374
// eslint-disable-next-line
375-
readonly Data: any
375+
readonly data: any
376376
}
377377

378378
// From codersdk/templates.go

0 commit comments

Comments
 (0)