Fix: add allowed_emails to DiscountCode TypeScript interface
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6ed5105ae5
commit
5cb360acba
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ interface DiscountCode {
|
|||
active: boolean;
|
||||
starts_at: string;
|
||||
expires_at: string | null;
|
||||
allowed_emails: string[] | null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue