@slack/web-api / TeamProfileGetResponse
Type Alias: TeamProfileGetResponse
type TeamProfileGetResponse = WebAPICallResult & object;
Defined in: src/types/response/TeamProfileGetResponse.ts:11
Type declaration
error?
optional error: string;
needed?
optional needed: string;
ok?
optional ok: boolean;
profile?
optional profile: Profile;
provided?
optional provided: string;