4 lines
124 B
TypeScript
4 lines
124 B
TypeScript
import { ICommonContext } from "@/contexts/common/infrastructure";
|
|
|
|
export interface IUserContext extends ICommonContext {}
|