MCPcopy
hub / github.com/realworld-apps/realworld / UserCredentials

Interface UserCredentials

specs/e2e/helpers/setup.ts:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { API_MODE } from './config';
5
6export interface UserCredentials {
7 username: string;
8 email: string;
9 password: string;
10}
11
12/**
13 * Create a user in an isolated browser context (for non-API mode)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected