mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
4 lines
49 B
TypeScript
4 lines
49 B
TypeScript
![]() |
export type CMDArgv = {
|
||
|
[key: string]: any
|
||
|
}
|