Skip to main content

@slack/web-api / DndTeamInfoResponse

Type Alias: DndTeamInfoResponse

type DndTeamInfoResponse = WebAPICallResult & object;

Defined in: packages/web-api/src/types/response/DndTeamInfoResponse.ts:11

Type Declaration

error?

optional error?: string;

needed?

optional needed?: string;

ok?

optional ok?: boolean;

provided?

optional provided?: string;

users?

optional users?: object;

Index Signature

[key: string]: User

warning?

optional warning?: string;