Type alias CloudItemSharedBase

CloudItemSharedBase: {
    receiverEmail: string;
    receiverId: number;
    receivers: CloudItemSharedReceiver[];
    sharerEmail: string;
    sharerId: number;
}

Type declaration

Generated using TypeDoc