/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import { proposalsOverTimeGetApiV3ProposalsOverTime } from "../funcs/proposalsOverTimeGetApiV3ProposalsOverTime.js"; import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as models from "../models/index.js"; import * as operations from "../models/operations/index.js"; import { unwrapAsync } from "../types/fp.js"; export class ProposalsOverTime extends ClientSDK { async getApiV3ProposalsOverTime( request: operations.GetApiV3ProposalsOverTimeRequest, options?: RequestOptions, ): Promise { return unwrapAsync(proposalsOverTimeGetApiV3ProposalsOverTime( this, request, options, )); } }