mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
4 lines
93 B
TypeScript
4 lines
93 B
TypeScript
export declare class UnknownDiagramError extends Error {
|
|
constructor(message: string);
|
|
}
|