Options accepted when registering a service.
readonly
optional
override: boolean
Replace an existing registration. Without this flag, registering an already-registered token throws.
readonly
optional
multi: boolean
Allow multiple providers for the same token; consumers retrieve them
with IServiceRegistry.getAll.