etherpad-lite/src/node/models/CMDArgv.ts
2023-06-23 20:53:55 +02:00

3 lines
49 B
TypeScript

export type CMDArgv = {
[key: string]: any
}