TeaWeb/shared/js/ui/modal/about/Definitions.ts
2021-04-19 13:27:09 +02:00

13 lines
No EOL
328 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 },
}