convexsol_stage/interfaces/user.interface.ts
2025-12-02 11:02:00 +05:30

4 lines
54 B
TypeScript

export interface UserInterface {
email: string;
}