UNPKG

slack-web-api-client

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