Type Definition digitalocean::request::ActionRequest []

type ActionRequest<M, V> = Request<M, V>;

A type alias with Request<_, Action> specific functions.