UNPKG

slack-web-api-client

Version:
6 lines 237 B
import type { SlackAPIClientOptions } from "../client/api-client-options"; export type TokenRotatorOptions = SlackAPIClientOptions & { clientId: string; clientSecret: string; }; //# sourceMappingURL=token-rotator-options.d.ts.map