Skip to content

Commit 93dbcfe

Browse files
committed
remove add-new close date fields
1 parent 9264475 commit 93dbcfe

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/types/onyx/CardFeeds.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -273,12 +273,6 @@ type AddNewCardFeedData = {
273273
/** Name of the card */
274274
cardTitle: string;
275275

276-
/** Indicates the day (preset value) when the statement period for this card ends */
277-
statementPeriodEnd?: StatementPeriodEnd;
278-
279-
/** Indicates the day (custom day) when the statement period for this card ends */
280-
statementPeriodEndDay?: StatementPeriodEndDay;
281-
282276
/** Selected bank */
283277
selectedBank: ValueOf<typeof CONST.COMPANY_CARDS.BANKS> | null;
284278

0 commit comments

Comments
 (0)