UNPKG

@altostra/core

Version:

Core library for shared types and logic

6 lines (5 loc) 209 B
import { TransformError } from "./TransformError"; export declare class InvalidValueFormatError extends TransformError { readonly resourceId: string; constructor(resourceId: string, data?: unknown); }