MCPcopy 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

1import client from "../client";
2
3export interface SetupStatusResponse {
4 data: {
5 completed: boolean;
6 };
7}
8
9export interface InitUserRequest {
10 username: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected