Skip to content

Commit fa8b280

Browse files
committed
Added PO number to License type
1 parent 42f830b commit fa8b280

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)