Skip to content

Commit 1ae3e20

Browse files
authored
set limits on CardLimits to be nullable (#256)
1 parent ead86fb commit 1ae3e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/cards.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ export interface CardLevelLimits {
414414
export interface CardLimits {
415415
type: "limits"
416416
attributes: {
417-
limits: CardLevelLimits
417+
limits?: CardLevelLimits
418418
dailyTotals?: {
419419
cardTransactions: number
420420
withdrawals: number

0 commit comments

Comments
 (0)