Type alias ItemSharedResponse

ItemSharedResponse: {
    sharing: boolean;
    users: ItemSharedUser[];
}

Type declaration

Generated using TypeDoc