Interface IInviteUserPayload<U>

interface IInviteUserPayload<U> {
    user: U;
}

Type Parameters

  • U

Properties

Properties

user: U