feat(types): Added the NameValuePair
and UserBase
base utility types
#16
Annotations
11 errors
Autofix
Canceling since a higher priority waiting request for 'autofix.ci-refs/heads/main' exists
|
Autofix:
packages/errors/src/utilities/serialization.ts#L65
Type 'StormError<string, ErrorType, string>' is not assignable to type 'StormError<string, ErrorType, undefined>'.
|
Autofix:
packages/errors/src/utilities/serialization.ts#L68
Argument of type '{ message: string; }' is not assignable to parameter of type 'StormErrorOptions<ErrorType, undefined>'.
|
Autofix:
packages/logging/src/composition/logger-wrapper.ts#L174
Expected 3 arguments, but got 1.
|
Autofix:
packages/logging/src/composition/logger-wrapper.ts#L177
Property 'stacktrace' does not exist on type 'StormConfig'.
|
Autofix:
packages/logging/src/utilities/log-serializer.ts#L30
Expected 3 arguments, but got 1.
|
Autofix:
packages/serialization/src/storm-url-builder.ts#L315
Argument of type 'any' is not assignable to parameter of type 'never'.
|
Autofix:
packages/utilities/src/helper-fns/is-equal.ts#L104
Type '{}' cannot be used as an index type.
|
Autofix:
packages/utilities/src/helper-fns/is-equal.ts#L105
Type '{}' cannot be used as an index type.
|
Autofix:
packages/utilities/src/helper-fns/is-equal.ts#L123
Type '{}' cannot be used as an index type.
|
Autofix:
packages/utilities/src/helper-fns/is-equal.ts#L124
Type '{}' cannot be used as an index type.
|