Как получить доступ к вложенным файлам с помощью Pick typescript
#typescript #mongodb #mongoose Вопрос: Есть этот код, который выводит ptoducts - const products: ReadonlyArray<Pick<IProduct, 'id' | 'gender' | 'title' | 'description' | 'price' | 'imageFileName'>> = await UserDB.aggregate< Pick<IProduct, 'id'…