mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-01-07 22:25:54 +00:00
5 lines
89 B
TypeScript
5 lines
89 B
TypeScript
|
export declare class GoogleError extends Error {
|
||
|
code?: number;
|
||
|
note?: string;
|
||
|
}
|