Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8c03bbc

Browse files
committed
Fix syntax error
1 parent 34eb66b commit 8c03bbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/api/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export interface Pager {
8686
export interface PagedUsers {
8787
page: UserResponse[]
8888
pager: Pager
89+
}
8990

9091
export interface WorkspaceAutostartRequest {
9192
schedule: string

0 commit comments

Comments
 (0)