UNPKG

@wizeline/access-decision-manager

Version:
3 lines (2 loc) 164 B
import { Voter } from './voter'; export declare type Strategy = (voters: Voter[], attribute: string, subject?: any, user?: any, context?: any) => Promise<boolean>;