mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-08-23 20:12:31 +02:00
4 lines
88 B
TypeScript
4 lines
88 B
TypeScript
declare module 'curlconverter' {
|
|
export function toJsonString(data: string): string;
|
|
}
|