UNPKG

456 BTypeScriptView Raw
1import type { OptionalTeamAssignable, TokenOverridable } from './common';
2export interface MigrationExchangeArguments extends TokenOverridable, OptionalTeamAssignable {
3 /** @description A comma-separated list of user IDs, up to 400 per request. */
4 users: string;
5 /** @description Specify `true` to convert `W` global user IDs to workspace-specific `U` IDs. Defaults to `false`. */
6 to_old?: boolean;
7}
8//# sourceMappingURL=migration.d.ts.map
\No newline at end of file