ScopeInvite: {
    createdAt: string;
    inviter: User & unknown;
    scope: ScopeName;
    targetUser: User & unknown;
    updatedAt: string;
}

Type declaration

  • createdAt: string

    The date and time when the invite was created.

  • inviter: User & unknown
  • scope: ScopeName
  • targetUser: User & unknown
  • updatedAt: string

    The date and time when the invite was last updated.