File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -264,9 +264,8 @@ export interface TemplateVersionParameterSchema {
264
264
}
265
265
266
266
// From codersdk/templates.go:74:6
267
- export interface TemplateVersionsByTemplateRequest {
267
+ export interface TemplateVersionsByTemplateRequest extends Pagination {
268
268
readonly template_id : string
269
- readonly Pagination : Pagination
270
269
}
271
270
272
271
// From codersdk/templates.go:28:6
@@ -323,10 +322,9 @@ export interface UserRoles {
323
322
}
324
323
325
324
// From codersdk/users.go:23:6
326
- export interface UsersRequest {
325
+ export interface UsersRequest extends Pagination {
327
326
readonly search : string
328
327
readonly status : string
329
- readonly Pagination : Pagination
330
328
}
331
329
332
330
// From codersdk/workspaces.go:18:6
You can’t perform that action at this time.
0 commit comments