DiscoverableDecorator type-alias type DiscoverableDecorator<T> = ((opts?: T) => CustomDecorator) & { KEY: string; };