Skip to main content

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;