fix(store): spec compliance fixes per review

This commit is contained in:
Tyler
2026-06-19 19:13:52 -06:00
parent 0fa80e29d5
commit d0411b8186
3 changed files with 289 additions and 62 deletions
+2
View File
@@ -57,6 +57,8 @@ export interface Remittance {
receivedDate: string;
checkNumber: string;
status: RemittanceStatus;
denialReason?: string | null;
validationWarnings?: string[];
}
export interface Activity {