次の方法で共有


RestRequestMethod type

RestRequestMethod の値を定義します。 使用可能な値は、'GET'、'POST' です。

type RestRequestMethod = "GET" | "POST"