mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 00:45:19 +00:00
4 lines
72 B
TypeScript
4 lines
72 B
TypeScript
declare module 'httpsnippet' {
|
|
export default new ((): any => {})()
|
|
}
|