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