Epic/support dynamo db #460
Annotations
10 errors
Run npm run build:
src/store/backupRestoreStore.ts#L83
Argument of type 'Connection' is not assignable to parameter of type '{ host: string; port: number; username?: string | undefined; password?: string | undefined; sslCertVerification: boolean; }'.
|
Run npm run build:
src/store/backupRestoreStore.ts#L145
Argument of type 'Connection' is not assignable to parameter of type '{ host: string; port: number; username?: string | undefined; password?: string | undefined; sslCertVerification: boolean; }'.
|
Run npm run build:
src/store/clusterManageStore.ts#L293
Argument of type 'Connection' is not assignable to parameter of type '{ host: string; port: number; username?: string | undefined; password?: string | undefined; sslCertVerification: boolean; }'.
|
Run npm run build:
src/store/clusterManageStore.ts#L299
Argument of type 'Connection' is not assignable to parameter of type '{ host: string; port: number; username?: string | undefined; password?: string | undefined; sslCertVerification: boolean; }'.
|
Run npm run build:
src/store/clusterManageStore.ts#L354
Argument of type 'Connection' is not assignable to parameter of type '{ host: string; port: number; username?: string | undefined; password?: string | undefined; sslCertVerification: boolean; }'.
|
Run npm run build:
src/store/clusterManageStore.ts#L409
Argument of type 'Connection' is not assignable to parameter of type '{ host: string; port: number; username?: string | undefined; password?: string | undefined; sslCertVerification: boolean; }'.
|
Run npm run build:
src/store/clusterManageStore.ts#L426
Argument of type 'Connection' is not assignable to parameter of type '{ host: string; port: number; username?: string | undefined; password?: string | undefined; sslCertVerification: boolean; }'.
|
Run npm run build:
src/store/clusterManageStore.ts#L607
Argument of type '{ type: DatabaseType.DYNAMODB; region: string; accessKeyId: string; secretAccessKey: string; id?: number | undefined; name: string; indices: { health: string; status: string; index: string; ... 4 more ...; pri: { ...; }; }[]; activeIndex?: { ...; } | undefined; } | { ...; }' is not assignable to parameter of type '{ host: string; port: number; username?: string | undefined; password?: string | undefined; sslCertVerification: boolean; }'.
|
Run npm run build:
src/store/clusterManageStore.ts#L631
Argument of type '{ type: DatabaseType.DYNAMODB; region: string; accessKeyId: string; secretAccessKey: string; id?: number | undefined; name: string; indices: { health: string; status: string; index: string; ... 4 more ...; pri: { ...; }; }[]; activeIndex?: { ...; } | undefined; } | { ...; }' is not assignable to parameter of type '{ host: string; port: number; username?: string | undefined; password?: string | undefined; sslCertVerification: boolean; }'.
|
Run npm run build:
src/store/clusterManageStore.ts#L649
Argument of type '{ type: DatabaseType.DYNAMODB; region: string; accessKeyId: string; secretAccessKey: string; id?: number | undefined; name: string; indices: { health: string; status: string; index: string; ... 4 more ...; pri: { ...; }; }[]; activeIndex?: { ...; } | undefined; } | { ...; }' is not assignable to parameter of type '{ host: string; port: number; username?: string | undefined; password?: string | undefined; sslCertVerification: boolean; }'.
|
Loading