mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-30 09:35:31 +00:00
5 lines
96 B
TypeScript
5 lines
96 B
TypeScript
export declare function testEvents(src: string): {
|
|
events: string[];
|
|
error: unknown;
|
|
};
|