Presupuestador_web/server/src/contexts/users/infrastructure/User.context.ts

4 lines
124 B
TypeScript
Raw Normal View History

2024-10-01 10:21:08 +00:00
import { ICommonContext } from "@/contexts/common/infrastructure";
2024-05-16 18:16:00 +00:00
2024-10-01 10:21:08 +00:00
export interface IUserContext extends ICommonContext {}