/**
* States the current ticket configuration.
*/
export classTicketerConfig{
/** The name of the ticketer plugin currently in use. */public plugin: string;
/** Defines if the ticketer integration is enabled. True if enabled, False otherwise. */public enabled: boolean;
}