Fix TS2304: export LoanPaymentFrequency from auth.ts#33
Merged
kryptodrex merged 2 commits intoissue-fixesfrom Mar 12, 2026
Merged
Fix TS2304: export LoanPaymentFrequency from auth.ts#33kryptodrex merged 2 commits intoissue-fixesfrom
kryptodrex merged 2 commits intoissue-fixesfrom
Conversation
…Manager.tsx import Co-authored-by: kryptodrex <[email protected]>
Copilot
AI
changed the title
[WIP] Fix build and test scripts for issue-fixes merge
Fix TS2304: export LoanPaymentFrequency from auth.ts
Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
LoanPaymentFrequencywas referenced insrc/types/auth.ts(LoanPaymentLine.frequency) but only existed as a local type alias insideLoansManager.tsx, causing a hard build failure.Summary
LoanPaymentFrequencyfromsrc/types/auth.tsasExclude<BillFrequency, 'custom'>— consistent with the inlineExcludealready used onLoan.paymentFrequencyLoansManager.tsxand updated its import to pullLoanPaymentFrequencyfromauth.tsType of Change
User-Facing Impact
Features.mdDocs Checklist
README.mdand updated it for major functionality/architecture changes (if applicable)app_updates/APP_UPDATES.mdfor shipped/planned status changes (if applicable)Validation
npm run lintnpx tsc --noEmitNotes
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.