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