Steven Frontend

This commit is contained in:
2026-01-26 00:34:58 -04:00
parent 7944b9f7ed
commit b8c241c1a0
6 changed files with 1977 additions and 108 deletions

View File

@@ -54,6 +54,7 @@ export interface Heir {
id: string;
name: string;
email: string;
phone?: string;
status: HeirStatus;
releaseLevel: number; // 1-3
releaseOrder: number;