LocChat/server/dto/class.dto.ts
Joseph Ditton 84b45cd6b1 adds roles
2021-12-01 20:18:26 -07:00

2 lines
52 B
TypeScript

export type Class<T> = { new (...args: any[]): T };