10 lines
157 B
TypeScript
10 lines
157 B
TypeScript
/**
|
|
* Portal Provider
|
|
*
|
|
* Handles mapping from Prisma (portal database) to UserAuth domain type
|
|
*/
|
|
|
|
export * from "./mapper";
|
|
export * from "./types";
|
|
|