1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-07-01 20:13:38 +00:00
Files
musix-oss/node_modules/google-gax/build/src/googleError.d.ts
MatteZ02 50b9bed483 Updated
2019-10-10 16:43:04 +03:00

6 lines
124 B
TypeScript

import { Status } from './status';
export declare class GoogleError extends Error {
code?: Status;
note?: string;
}