mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 09:26:14 -04:00
Moved to ts for other dependencies.
This commit is contained in:
parent
3c2129b1cc
commit
7b99edc471
47 changed files with 1056 additions and 1363 deletions
3
src/node/models/CMDArgv.ts
Normal file
3
src/node/models/CMDArgv.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export type CMDArgv = {
|
||||
[key: string]: any
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue