Skip to content

Commit 03e19c4

Browse files
authored
Merge pull request #264 from prezly/feature/add-po-number-to-license-type
feat: Added PO number to License type
2 parents 42f830b + fa8b280 commit 03e19c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/License.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export interface License extends LicenseRef {
8383
total_seats: number;
8484
type: License.Type;
8585
vat_nr: string;
86+
po_number: string | null;
8687
/**
8788
* A combination of a number and the interval type ("day", "week", "month", "year"), separated by "/".
8889
*

0 commit comments

Comments
 (0)