UNPKG

@altostra/core

Version:

Core library for shared types and logic

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