Typescript - Object is possibly undefined - proper way to “fix” type definition

前端 未结 0 1489
天命终不由人
天命终不由人 2021-01-06 14:19

I am using aws dynamodb with this call:

const params: DynamoDB.DocumentClient.QueryInput = {
  TableName: tableName,
  KeyConditionExpression: \'#hashKey = :h         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题