Skip to content

Commit b167995

Browse files
committed
Update types
1 parent 32cba83 commit b167995

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

site/src/api/typesGenerated.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,12 @@ export interface ProvisionerJobLog {
195195
readonly output: string
196196
}
197197

198+
// From codersdk/roles.go:13:6
199+
export interface Role {
200+
readonly name: string
201+
readonly display_name: string
202+
}
203+
198204
// From codersdk/templates.go:17:6
199205
export interface Template {
200206
readonly id: string

0 commit comments

Comments
 (0)