@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface RequestOptions

    Options that can be passed to individual API requests

    interface RequestOptions {
        timezone?: string;
    }
    Index

    Properties

    Properties

    timezone?: string

    Override the default timezone for this request. Can be an IANA identifier (e.g., 'America/New_York') or a timezone abbreviation (e.g., 'EST', 'PST').