Skip to content

Commit 3650ed7

Browse files
committed
Run make gen
1 parent 0e0395d commit 3650ed7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

site/src/api/typesGenerated.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,8 @@ export interface TemplateVersionParameterSchema {
264264
}
265265

266266
// From codersdk/templates.go:74:6
267-
export interface TemplateVersionsByTemplateRequest {
267+
export interface TemplateVersionsByTemplateRequest extends Pagination {
268268
readonly template_id: string
269-
readonly Pagination: Pagination
270269
}
271270

272271
// From codersdk/templates.go:28:6
@@ -323,10 +322,9 @@ export interface UserRoles {
323322
}
324323

325324
// From codersdk/users.go:23:6
326-
export interface UsersRequest {
325+
export interface UsersRequest extends Pagination {
327326
readonly search: string
328327
readonly status: string
329-
readonly Pagination: Pagination
330328
}
331329

332330
// From codersdk/workspaces.go:18:6

0 commit comments

Comments
 (0)