Skip to main content

@slack/web-api / AdminWorkflowsPermissionsLookupResponse

Type Alias: AdminWorkflowsPermissionsLookupResponse

type AdminWorkflowsPermissionsLookupResponse = WebAPICallResult & object;

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

Type Declaration

error?

optional error?: string;

needed?

optional needed?: string;

ok?

optional ok?: boolean;

permissions?

optional permissions?: object;

Index Signature

[key: string]: Permission

provided?

optional provided?: string;