MCPcopy Create free account
hub / github.com/SwishHQ/spread / InitUserResponse

Interface InitUserResponse

web/src/api/services/setupService.ts:15–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15export interface InitUserResponse {
16 data: {
17 id: string;
18 username: string;
19 roles: string[];
20 isValid: boolean;
21 createdAt: string;
22 updatedAt: string;
23 };
24}
25
26export const setupService = {
27 async getSetupStatus(): Promise<SetupStatusResponse> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected