UNPKG

@fjell/core

Version:

Core Item and Key Framework for Fjell

5 lines (4 loc) 209 B
import { ActionError } from './ActionError'; export declare class DuplicateError extends ActionError { constructor(message: string, existingItemIdOrKey?: string | number | any, duplicateField?: string); }