UNPKG

@kenniy/godeye-data-contracts

Version:

Enterprise-grade base repository architecture for GOD-EYE microservices with zero overhead and maximum code reuse

7 lines (6 loc) 113 B
/** * Response utilities */ export declare class ResponseUtils { static formatError(error: any): string; }