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