UNPKG

slack-web-api-client

Version:
9 lines 310 B
import type { SlackAPIResponse } from "../response"; export type AdminAuthPolicyRemoveEntitiesResponse = SlackAPIResponse & { entity_total_count?: number; error?: string; needed?: string; ok: boolean; provided?: string; }; //# sourceMappingURL=AdminAuthPolicyRemoveEntitiesResponse.d.ts.map