Type Alias Payload<T>

Payload<T>: {
    [P in keyof T]?: any
}

Type Parameters

  • T