Implement ToInput to declare how your provided input is to be converted into the API request payload's "input".

interface ToInput {
    toInput(): Input;
}

Methods

Methods