@mdf.js/crash
Version:
MMS - API Crash - Enhanced error management library
21 lines • 701 B
TypeScript
/**
* Copyright 2024 Mytra Control S.L. All rights reserved.
*
* Use of this source code is governed by an MIT-style license that can be found in the LICENSE file
* or at https://opensource.org/licenses/MIT.
*/
export * from './APIError.i';
export * from './APISource.i';
export * from './BaseObject.i';
export * from './BaseOptions.i';
export * from './BoomOptions.i';
export * from './Cause.t';
export * from './CrashObject.t';
export * from './CrashOptions.i';
export * from './HTTPCode.t';
export * from './JoiTypes';
export * from './Links.t';
export * from './MultiObject.t';
export * from './MultiOptions.i';
export * from './StandardErrorCategories.t';
//# sourceMappingURL=index.d.ts.map