Optional parameters.

interface NodeOptionalParams {
    endpoint?: string;
    intAsString?: boolean;
}

Hierarchy

  • ServiceClientOptions
    • NodeOptionalParams

Properties

endpoint?: string

Overrides client endpoint.

intAsString?: boolean

If this flag is set to true, the response will have all integers set as strings

Generated using TypeDoc