export interface oErrorInterface { code: number; message: string; details?: any; } //# sourceMappingURL=o-error.interface.d.ts.map