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