Skip to content

Commit 3f94668

Browse files
Merge pull request #61 from elias-summermatter/master
Fixes wrong types in invoice create
2 parents 8b5cb49 + 94c44bf commit 3f94668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/InvoicesStatic.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ export namespace InvoicesStatic {
4545
"show_position_taxes"?: boolean,
4646
"is_valid_from"?: string,
4747
"is_valid_to"?: string,
48-
"reference"?: null,
49-
"api_reference"?: null,
48+
"reference"?: string|null,
49+
"api_reference"?: string|null,
5050
"template_slug"?: string,
5151
"positions": PositionStatic.PositionCreate[]
5252
}

0 commit comments

Comments
 (0)