UNPKG

@fjell/core

Version:

Core Item and Key Framework for Fjell

5 lines (4 loc) 200 B
import { ActionError } from './ActionError'; export declare class PermissionError extends ActionError { constructor(message: string, requiredPermission?: string, currentPermissions?: string[]); }