Ethan Lane
58d1541e47
#5 Reviewed-on: https://gitea.vylpes.xyz/External/card-drop/pulls/17 Co-authored-by: Ethan Lane <ethan@vylpes.com> Co-committed-by: Ethan Lane <ethan@vylpes.com>
6 lines
No EOL
143 B
TypeScript
6 lines
No EOL
143 B
TypeScript
import { ButtonEvent } from "../type/buttonEvent";
|
|
|
|
export default interface IButtonEventItem {
|
|
ButtonId: string,
|
|
Event: ButtonEvent,
|
|
} |