Moeen Chat Service - v1.0.0
    Preparing search index...
    Cookies: (
        ...dataOrPipes: (
            | string
            | PipeTransform<any, any>
            | Type<PipeTransform<any, any>>
            | undefined
        )[],
    ) => ParameterDecorator = ...

    Type Declaration

      • (
            ...dataOrPipes: (
                | string
                | PipeTransform<any, any>
                | Type<PipeTransform<any, any>>
                | undefined
            )[],
        ): ParameterDecorator
      • Parameters

        • ...dataOrPipes: (string | PipeTransform<any, any> | Type<PipeTransform<any, any>> | undefined)[]

        Returns ParameterDecorator