UNPKG

343 BTypeScriptView Raw
1/**
2 * MOST Web Framework 2.0 Codename Blueshift
3 * Copyright (c) 2017, THEMOST LP All rights reserved
4 *
5 * Use of this source code is governed by an BSD-3-Clause license that can be
6 * found in the LICENSE file at https://themost.io/license
7 */
8export declare const Errors: {
9 status: number;
10 title: string;
11 message: string;
12}[];