EventsConfig: {
    fetch: string;
    has: string;
    refresh: string;
    remove: string;
    set: string;
}

The events configuration object We're going to make all props required, but allow call-sites to use Partial to make props optional