thelounge/src/types/index.d.ts
2022-05-21 11:47:49 -07:00

7 lines
235 B
TypeScript

/// <reference path="models/index.d.ts" />
/// <reference path="plugins/index.d.ts" />
/// <reference path="config.d.ts" />
/// <reference path="helper.d.ts" />
/// <reference path="server.d.ts" />
/// <reference path="client.d.ts" />