Type alias ShareDetails

ShareDetails: {
    shareId: string;
    sharedBy: SharedBy;
}

Type declaration

Generated using TypeDoc