import { LimeObject } from './limeobject'; export interface SaveLimeObjectError extends Error { limeobject: LimeObject; }