Pangolin 3187: quote request model #2102
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
main.yml
on: pull_request
build_lint_and_test
47s
Annotations
4 errors
build_lint_and_test:
models/quote-request/src/transformers.ts#L46
Type '({ fields }: { fields: TQuoteRequest; }) => { customer: TReference<"customer">; customerGroup: TReference<"customer-group"> | undefined; store: TReference<...> | undefined; ... 29 more ...; comment?: string | undefined; }' is not assignable to type '(args: { fields: TQuoteRequest; }) => TQuoteRequest'.
|
build_lint_and_test:
models/quote-request/src/transformers.ts#L121
Property 'key' does not exist on type 'TReferenceBuilder<string>'.
|
build_lint_and_test:
models/quote-request/src/transformers.ts#L141
Property 'key' does not exist on type 'TReferenceBuilder<string>'.
|
build_lint_and_test
Process completed with exit code 1.
|