Skip to content

Commit

Permalink
Added validation_rules to VouchersCreateParameters (mostly for test c…
Browse files Browse the repository at this point in the history
…ase)
  • Loading branch information
jkaliszuk committed Jan 23, 2024
1 parent b7eec32 commit 0144494
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sdk/src/types/Vouchers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ export interface VouchersCreateParameters {
}
redemption?: {
quantity: number
}
},
validation_rules?: string[]
}

export type VouchersCreate = VouchersCreateParameters &
Expand Down

0 comments on commit 0144494

Please sign in to comment.