use StrictUnion instead of NonDiscriminatedUnion for better Auth options #437
validate-workflow.yml
on: pull_request
Run type checks, lint, and tests
37s
Annotations
6 errors and 1 warning
Run type checks, lint, and tests:
sdks/sdk-openint/src/index.spec.ts#L190
Type 'string' is not assignable to type 'undefined'.
|
Run type checks, lint, and tests:
sdks/sdk-openint/src/index.spec.ts#L191
Type '{ username: string; password: string; }' is not assignable to type 'undefined'.
|
Run type checks, lint, and tests:
sdks/sdk-openint/src/index.spec.ts#L352
Type 'string' is not assignable to type 'undefined'.
|
Run type checks, lint, and tests:
sdks/sdk-openint/src/index.spec.ts#L353
Type '{ username: string; password: string; }' is not assignable to type 'undefined'.
|
Run type checks, lint, and tests:
sdks/sdk-openint/src/index.ts#L60
The operand of a 'delete' operator must be optional.
|
Run type checks, lint, and tests
Process completed with exit code 2.
|
Run type checks, lint, and tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|