thelounge/src/types/models/prefix.d.ts
2022-05-21 11:47:08 -07:00

7 lines
92 B
TypeScript

type PrefixSymbol = string;
type PrefixObject = {
symbol: PrefixSymbol;
mode: string;
};