UNPKG

slack-web-api-client

Version:
8 lines 259 B
import type { SlackAPIResponse } from "../response"; export type AdminUsersSetRegularResponse = SlackAPIResponse & { error?: string; needed?: string; ok: boolean; provided?: string; }; //# sourceMappingURL=AdminUsersSetRegularResponse.d.ts.map