MCPcopy Create free account
hub / github.com/TheOrcDev/orcish-fullstack-admin / CreateUserInput

Interface CreateUserInput

server/users.ts:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59interface CreateUserInput {
60 username: string;
61 email: string;
62 password: string;
63}
64
65export async function createUser(input: CreateUserInput) {
66 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected