We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0395d commit 3650ed7Copy full SHA for 3650ed7
site/src/api/typesGenerated.ts
@@ -264,9 +264,8 @@ export interface TemplateVersionParameterSchema {
264
}
265
266
// From codersdk/templates.go:74:6
267
-export interface TemplateVersionsByTemplateRequest {
+export interface TemplateVersionsByTemplateRequest extends Pagination {
268
readonly template_id: string
269
- readonly Pagination: Pagination
270
271
272
// From codersdk/templates.go:28:6
@@ -323,10 +322,9 @@ export interface UserRoles {
323
322
324
325
// From codersdk/users.go:23:6
326
-export interface UsersRequest {
+export interface UsersRequest extends Pagination {
327
readonly search: string
328
readonly status: string
329
330
331
332
// From codersdk/workspaces.go:18:6
0 commit comments