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

6 lines
78 B
TypeScript

export type Hostmask = {
nick: string;
ident: string;
hostname: string;
};