Type alias RemoveStorageAttachmentItem

RemoveStorageAttachmentItem: {
    id: string;
    messageId: string;
    targetEntityId: MessageTargetEntityId;
    targetEntityType: MessageTargetEntityType;
}

Type declaration