Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SwishHQ/spread
/ InitUserRequest
Interface
InitUserRequest
web/src/api/services/setupService.ts:9–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
}
8
9
export
interface
InitUserRequest {
10
username: string;
11
password: string;
12
roles?: string[];
13
}
14
15
export
interface
InitUserResponse {
16
data: {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected