sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux
Although I highly recommend using a snap
sudo snap install postman
tar -xzf Postman-linux-x64-5.3.2.tar.gz
import { ModuleMetadata, Type } from '@nestjs/common/interfaces' | |
/** | |
* Options that ultimately need to be provided to create a MongoDB connection | |
*/ | |
export interface MongoModuleOptions { | |
connectionName?: string | |
uri: string | |
dbName: string | |
clientOptions?: any |
public static Dictionary<string, string> AllCultures = new Dictionary<string, string> | |
{ | |
{"af", "Afrikaans"}, | |
{"af-ZA", "Afrikaans - South Africa"}, | |
{"ar", "Arabic"}, | |
{"ar-AE", "Arabic - United Arab Emirates"}, | |
{"ar-BH", "Arabic - Bahrain"}, | |
{"ar-DZ", "Arabic - Algeria"}, | |
{"ar-EG", "Arabic - Egypt"}, | |
{"ar-IQ", "Arabic - Iraq"}, |