4 lines
171 B
TypeScript
4 lines
171 B
TypeScript
import type { PrismaUserRaw } from "./types";
|
|
import type { UserAuth } from "../../schema";
|
|
export declare function mapPrismaUserToUserAuth(raw: PrismaUserRaw): UserAuth;
|