export interface IErrorTemplate { code?: string; message?: string; status?: number; } //# sourceMappingURL=error-template.d.ts.map