Skip to main content

@slack/web-api / AdminBarriersUpdateResponse

Type Alias: AdminBarriersUpdateResponse

type AdminBarriersUpdateResponse = WebAPICallResult & object;

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

Type Declaration​

barrier?​

optional barrier?: Barrier;

error?​

optional error?: string;

needed?​

optional needed?: string;

ok?​

optional ok?: boolean;

provided?​

optional provided?: string;

warning?​

optional warning?: string;