mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-05-09 11:01:45 +00:00
fix: corrige tipagem compartilhada e compatibilidade do typecheck
This commit is contained in:
@@ -26,7 +26,7 @@ export type EligibleInstallment = {
|
||||
* Antecipação com dados completos
|
||||
*/
|
||||
export type InstallmentAnticipationWithRelations = InstallmentAnticipation & {
|
||||
transaction: Transaction;
|
||||
transaction: Transaction | null;
|
||||
payer: Payer | null;
|
||||
category: Category | null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user