nest
    Preparing search index...

    Type Alias DecoratorParts<D, V>

    type DecoratorParts<D, V extends Any[]> = {
        decorator: (...params: V) => D;
        key: symbol;
    }

    Type Parameters

    • D
    • V extends Any[]
    Index

    Properties

    Properties

    decorator: (...params: V) => D
    key: symbol