Files
juwan-frontend/lib/api/email.ts
T
2026-02-28 07:26:05 +08:00

5 lines
144 B
TypeScript

export function sendEmailVerificationCode(input: { email: string; scene: string }): never {
void input
throw new Error("Not implemented")
}