LocChat/server/dto/class.dto.ts

2 lines
52 B
TypeScript
Raw Normal View History

2021-12-01 22:18:26 -05:00
export type Class<T> = { new (...args: any[]): T };