UNPKG

react-permissions-dynamic

Version:
3 lines (2 loc) 226 B
import type { ActionStatusType, AllowedLogicType } from '../types'; export declare const checkIfAllowed: <T extends string = string>(actionsStatus: ActionStatusType<T>[], isAllowed: AllowedLogicType, payload: T[]) => boolean;