UNPKG

@clickup/rest-client

Version:

A syntax sugar tool around Node fetch() API, tailored to work with TypeScript and response validators

26 lines (13 loc) 520 B
[@clickup/rest-client](../README.md) / [Exports](../modules.md) / PacerOutcome # Interface: PacerOutcome A result of some Pacer work. ## Properties ### delayMs • **delayMs**: `number` #### Defined in [src/middlewares/paceRequests.ts:25](https://github.com/clickup/rest-client/blob/master/src/middlewares/paceRequests.ts#L25) ___ ### reason • **reason**: `string` #### Defined in [src/middlewares/paceRequests.ts:26](https://github.com/clickup/rest-client/blob/master/src/middlewares/paceRequests.ts#L26)