summaryrefslogtreecommitdiffstats
path: root/common/commands/deleteentity.fbs
blob: c9b7850260787ba08ba6d9fd4879b64f9a8a41fe (plain)
1
2
3
4
5
6
7
8
namespace Akonadi2;

table DeleteEntity {
    revision: ulong;
    entityId: string;
}

root_type DeleteEntity;