interface PayloadRenderProps<T> {
    payload?: T;
}

Type Parameters

  • T extends Payload = Payload

Hierarchy (view full)

Properties

Properties

payload?: T