@forestadmin/forest-cloud
Version:
Utility to bootstrap and publish forest admin cloud projects customization
10 lines • 378 B
TypeScript
import { BusinessError } from '@forestadmin/datasource-toolkit';
export { BusinessError };
export declare class ValidationError extends BusinessError {
}
export declare class CustomizationError extends BusinessError {
constructor(message: string, stack?: string);
}
export declare class CloudToolkitVersionError extends BusinessError {
}
//# sourceMappingURL=errors.d.ts.map