mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 19:35:05 +00:00
11 lines
292 B
TypeScript
11 lines
292 B
TypeScript
declare namespace _default {
|
|
const id: string;
|
|
namespace defaults {
|
|
const algorithm: string;
|
|
const enabled: boolean;
|
|
}
|
|
function beforeElementsUpdate(chart: any, args: any, options: any): void;
|
|
function destroy(chart: any): void;
|
|
}
|
|
export default _default;
|