Interface GetOptions

options for getting responses

interface GetOptions {
    verify?: boolean;
}

Hierarchy (view full)

Properties

Properties

verify?: boolean

whether to verify the types of the response

Omitting will make the results always work, but they might nit return accurate types anymore.