validation

This commit is contained in:
Michael Freno
2025-12-26 15:04:18 -05:00
parent c18363c74f
commit b412db92e5
5 changed files with 191 additions and 126 deletions

View File

@@ -1,3 +1,4 @@
// lineage User
export interface User {
id: string;
email: string | null;