ApplicationGatewaysListAvailableServerVariablesResponse type

listAvailableServerVariables 操作の応答データを格納します。

type ApplicationGatewaysListAvailableServerVariablesResponse = {
  body: string[]
}