Skip to content

Instantly share code, notes, and snippets.

@jorroll
Created November 4, 2019 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jorroll/8c7ad9ae7c9036221e71c094350f1c03 to your computer and use it in GitHub Desktop.
Save jorroll/8c7ad9ae7c9036221e71c094350f1c03 to your computer and use it in GitHub Desktop.
interface PartialControlEvent {
id?: string;
source: ControlId;
readonly processed: ControlId[];
type: string;
meta?: { [key: string]: any };
noEmit?: boolean;
}
type ControlId = string | symbol;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment