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

16 lines
354 B
TypeScript
Raw Normal View History

2021-04-19 14:27:12 -04:00
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;
};
}