/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import { participationRatesGetApiV3ParticipationRates } from "../funcs/participationRatesGetApiV3ParticipationRates.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 ParticipationRates extends ClientSDK { async getApiV3ParticipationRates( request?: operations.GetApiV3ParticipationRatesRequest | undefined, options?: RequestOptions, ): Promise { return unwrapAsync(participationRatesGetApiV3ParticipationRates( this, request, options, )); } }