@musallam/storage-and-collaboration-client
    Preparing search index...

    Represents a pending role entry for a user along with the role and the timestamp of the invitation.

    interface PendingRoleEntry {
        created: string;
        email: string;
        id: string;
        role: StorageAndCollaborationClient.RoleEnums;
    }
    Index

    Properties

    Properties

    created: string

    Timestamp when the invitation was created.

    email: string

    Email address of the invited user.

    id: string

    Unique identifier for the invitation (typically mailto:).