katoikia-app/servicio-notificaciones/src/user/user.entity.ts

5 lines
59 B
TypeScript

export interface User {
email: string;
name: string;
}