Extend Driver interface with optional properties for future compatibility #143
coverage.yml
on: pull_request
Test Coverage Report
52s
Annotations
3 errors
|
Test Coverage Report
Process completed with exit code 2.
|
|
Test Coverage Report:
packages/foundation/core/src/app.ts#L108
Type '(object: string, id: string, options?: any) => Promise<any>' is not assignable to type '(args_0: string, args_1: string | number, args_2: { timeout?: number | undefined; transaction?: any; skipCache?: boolean | undefined; } | undefined, ...args: unknown[]) => Promise<boolean>'.
|
|
Test Coverage Report:
packages/foundation/core/src/app.ts#L105
Type '(object: string, id: string, data: any, options?: any) => Promise<any>' is not assignable to type '(args_0: string, args_1: string | number, args_2: Record<string, any>, args_3: { timeout?: number | undefined; transaction?: any; skipCache?: boolean | undefined; } | undefined, ...args: unknown[]) => Promise<...>'.
|