chore: export serializeduser from auth user service

feat-hitphone-integration
Henrriky 2024-05-08 16:11:02 -03:00
parent 8772348aa3
commit 23a2e91740
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import {
import { SerializeUser } from "../../helpers/SerializeUser";
import Queue from "../../models/Queue";
interface SerializedUser {
export interface SerializedUser {
id: number;
name: string;
email: string;