MCPcopy Index your code
hub / github.com/Packstack-Tech/packstack / UserService

Interface UserService

frontend/src/types/api/user.ts:4–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { User } from '../user';
3
4export interface UserService {
5 status: Status;
6 login: Login;
7 register: Register;
8 update: Update;
9 requestReset: RequestReset;
10 resetPassword: ResetPassword;
11}
12
13export interface AuthToken {
14 authToken: string;

Callers

nothing calls this directly

Implementers 1

Userfrontend/src/lib/api/user.ts

Calls

no outgoing calls

Tested by

no test coverage detected