export interface DynamoResultObject { Count: number; ExpressionAttributeNames: any; ExpressionAttributeValues: any; ResString: string; }