TeaSpeak-Client/imports/shared-app/ui/modal/about/Definitions.d.ts
2021-04-19 20:27:12 +02:00

16 lines
354 B
TypeScript

export interface ModalAboutVariables {
readonly uiVersion: string;
readonly uiVersionTimestamp: number;
readonly nativeVersion: string;
eggShown: boolean;
}
export interface ModalAboutEvents {
action_update_high_score: {
score: number;
};
query_high_score: {};
notify_high_score: {
score: number;
};
}