Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/dbhub
/ RequestsResponse
Interface
RequestsResponse
frontend/src/types/request.ts:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
export
interface
RequestsResponse {
14
requests: Request[];
15
total: number;
16
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected