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