RestRequestMethod type

Defines values for RestRequestMethod. Possible values include: 'GET', 'POST'

type RestRequestMethod = "GET" | "POST"