Interface ISendInvitationPayload<U>

interface ISendInvitationPayload<U> {
    user: U;
}

Type Parameters

  • U

Properties

Properties

user: U