UNPKG

375 BTypeScriptView Raw
1import { WebAPICallResult } from '../../WebClient';
2export type AdminRolesAddAssignmentsResponse = WebAPICallResult & {
3 error?: string;
4 needed?: string;
5 ok?: boolean;
6 provided?: string;
7 rejected_users?: RejectedUser[];
8};
9export interface RejectedUser {
10 error?: string;
11 id?: string;
12}
13//# sourceMappingURL=AdminRolesAddAssignmentsResponse.d.ts.map
\No newline at end of file