Ethan Lane
c706737369
#1 Reviewed-on: https://gitea.vylpes.xyz/External/card-drop/pulls/7 Co-authored-by: Ethan Lane <ethan@vylpes.com> Co-committed-by: Ethan Lane <ethan@vylpes.com>
7 lines
No EOL
152 B
TypeScript
7 lines
No EOL
152 B
TypeScript
|
|
import { EventType } from "../constants/EventType";
|
|
|
|
export default interface IEventItem {
|
|
EventType: EventType,
|
|
ExecutionFunction: Function,
|
|
} |