@discordx/internal
    Preparing search index...

    Type Alias ClassDecoratorEx

    ClassDecoratorEx: (
        target: Record<string, any>,
        propertyKey?: undefined,
        descriptor?: undefined,
    ) => void

    Type declaration

      • (
            target: Record<string, any>,
            propertyKey?: undefined,
            descriptor?: undefined,
        ): void
      • Parameters

        • target: Record<string, any>
        • OptionalpropertyKey: undefined
        • Optionaldescriptor: undefined

        Returns void