We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9264475 commit 93dbcfeCopy full SHA for 93dbcfe
1 file changed
src/types/onyx/CardFeeds.ts
@@ -273,12 +273,6 @@ type AddNewCardFeedData = {
273
/** Name of the card */
274
cardTitle: string;
275
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
282
/** Selected bank */
283
selectedBank: ValueOf<typeof CONST.COMPANY_CARDS.BANKS> | null;
284
0 commit comments