UNPKG

@slack/web-api

Version:

Official library for using the Slack Platform's Web API

5 lines 223 B
export interface ToolingTokensRotateArguments { /** @description The `xoxe` refresh token that was issued along with the old app configuration token. */ refresh_token: string; } //# sourceMappingURL=tooling.d.ts.map