UNPKG

@slack/web-api

Version:

Official library for using the Slack Platform's Web API

8 lines 456 B
import type { OptionalTeamAssignable, TokenOverridable } from './common'; export interface MigrationExchangeArguments extends TokenOverridable, OptionalTeamAssignable { /** @description A comma-separated list of user IDs, up to 400 per request. */ users: string; /** @description Specify `true` to convert `W` global user IDs to workspace-specific `U` IDs. Defaults to `false`. */ to_old?: boolean; } //# sourceMappingURL=migration.d.ts.map