@jiway/firestorm-core - v1.1.1
    Preparing search index...

    Type Alias ForwardRefAction<T>

    ForwardRefAction: (type: Type<T>) => void

    Action performed on a type

    Type Parameters

    • T

      Compile time type of the type the action is applied on

    Type Declaration

      • (type: Type<T>): void
      • Parameters

        • type: Type<T>

          Type of this action is applied on

        Returns void