add quantity check

This commit is contained in:
miloschwartz
2026-02-04 15:19:53 -08:00
parent 158d7b23d8
commit 5a3d75ca12
3 changed files with 53 additions and 7 deletions

View File

@@ -19,6 +19,7 @@ export type NewLicenseKey = {
tier: string;
type: string;
quantity: number;
quantity_2: number;
isValid: boolean;
updatedAt: string;
createdAt: string;