release: 5.41.0 #1253
Annotations
8 errors
|
build
Process completed with exit code 1.
|
|
lint
Process completed with exit code 2.
|
|
lint:
tests/api-resources/invoices.test.ts#L251
Type 'string[]' is not assignable to type '"issued" | "paid" | "synced" | "void" | "draft" | null | undefined'.
|
|
lint:
tests/api-resources/invoices.test.ts#L251
An object literal cannot have multiple properties with the same name.
|
|
lint:
tests/api-resources/invoices.test.ts#L250
Type 'string' is not assignable to type '"issued" | "paid" | "synced" | "void" | "draft" | null | undefined'.
|
|
lint:
src/resources/invoices.ts#L1468
Subsequent property declarations must have the same type. Property 'status' must be of type '"issued" | "paid" | "synced" | "void" | "draft" | null | undefined', but here has type '("issued" | "paid" | "synced" | "void" | "draft")[] | null | undefined'.
|
|
lint:
src/resources/invoices.ts#L1468
Duplicate identifier 'status'.
|
|
lint:
src/resources/invoices.ts#L1466
Duplicate identifier 'status'.
|