export interface ErrorDetails {
    code: string;
    statusCode: number;
    message: string;
}
//# sourceMappingURL=error-details.interface.d.ts.map