@actnet/app-core - v0.1.0
    Preparing search index...

    Interface GroupPending

    Pending-invite or pending-approval entry in a group.

    interface GroupPending {
        encryptedMemberId: string;
        at: Instant;
    }
    Index

    Properties

    encryptedMemberId: string

    Server-visible encrypted member id.

    at: Instant

    For pendingInvites this is invitedAt. For pendingApprovals it's requestedAt.