Type Alias IOutletModal<Data, Payload, Params>

Represents an outlet modal.

Type Parameters

  • Data = IAnything

    The type of data received from the outlet.

  • Payload = IAnything

    The type of payload used in the outlet.

  • Params = IAnything

    The type of parameters used in the outlet.