@slack/web-api / UsergroupsDisableResponse
Type Alias: UsergroupsDisableResponse
type UsergroupsDisableResponse = WebAPICallResult & object;
Defined in: packages/web-api/src/types/response/UsergroupsDisableResponse.ts:11
Type Declaration
error?
optional error?: string;
needed?
optional needed?: string;
ok?
optional ok?: boolean;
provided?
optional provided?: string;
usergroup?
optional usergroup?: Usergroup;
warning?
optional warning?: string;