index
:
zzz--oldstuff/locchat.git
main
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
dto
/
class.dto.ts
blob: b4181a1b2a1b54029ceda4beff892ab459022010 (
plain
)
1
export type Class<T> = { new (...args: any[]): T };