UNPKG

@hubspot/api-client

Version:

NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files

11 lines (10 loc) 392 B
import IDecorator from './decorators/IDecorator'; export default class ApiDecoratorService { static getInstance(): ApiDecoratorService; protected static instance: ApiDecoratorService; protected decorators: IDecorator[]; protected constructor(); setDecorators(decorators: IDecorator[]): void; apply<APIClass>(api: any): APIClass; applyToMethod(method: any): any; }