TeaSpeak-Client/imports/shared-app/ui/modal/ModalBanList.d.ts

25 lines
531 B
TypeScript
Raw Normal View History

2021-02-07 14:01:37 -05:00
import { ConnectionHandler } from "../../ConnectionHandler";
export declare function openBanList(client: ConnectionHandler): void;
export declare const duration_data: {
sec: {
text: string;
"1-text": string;
scale: number;
};
min: {
text: string;
"1-text": string;
scale: number;
};
hours: {
text: string;
"1-text": string;
scale: number;
};
days: {
text: string;
"1-text": string;
scale: number;
};
};