interface ISharingResponse {
    itemId: string;
    notSharedWith?: string[];
    notUnsharedFrom?: string[];
}

Properties

itemId: string
notSharedWith?: string[]
notUnsharedFrom?: string[]