@arcmantle/reflect-metadata
    Preparing search index...

    Type Alias MemberDecorator

    MemberDecorator: <T>(
        target: Target,
        propertyKey: PropertyKey,
        descriptor?: TypedPropertyDescriptor<T>,
    ) => TypedPropertyDescriptor<T> | void

    Function type for decorating class members (properties, methods, accessors).

    Type Declaration

      • <T>(
            target: Target,
            propertyKey: PropertyKey,
            descriptor?: TypedPropertyDescriptor<T>,
        ): TypedPropertyDescriptor<T> | void
      • Type Parameters

        • T

        Parameters

        Returns TypedPropertyDescriptor<T> | void