diff --git a/src/types/onyx/Transaction.ts b/src/types/onyx/Transaction.ts index de128d85e6b1..4a9bff4e18e8 100644 --- a/src/types/onyx/Transaction.ts +++ b/src/types/onyx/Transaction.ts @@ -21,6 +21,7 @@ type Routes = Record; type Transaction = { transactionID: string; amount: number; + billable: boolean; category: string; currency: string; reportID: string;