DiscoverableDecorator


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