Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SwishHQ/spread
/ SetupStatusResponse
Interface
SetupStatusResponse
web/src/api/services/setupService.ts:3–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
client from
"../client"
;
2
3
export
interface
SetupStatusResponse {
4
data: {
5
completed: boolean;
6
};
7
}
8
9
export
interface
InitUserRequest {
10
username: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected