Interface representing a group sharing user information.

interface ESPGroupSharingUserInfoInterface {
    metadata?: Record<string, any>;
    username: string;
}

Implemented by

Properties

Properties

metadata?: Record<string, any>
username: string