Appearance
Interface for emit event validators. Each validator is a function that takes event arguments and returns a boolean indicating validity.
[key: string]: (...args: any[]) => boolean