Type alias ParameterKeyValue

ParameterKeyValue: {
    [key: string]: string;
}

プロパティ・値がともに文字列となるオブジェクトの型表現

Type declaration

  • [key: string]: string