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

table DeleteEntity {
    revision: ulong;
    entityId: string;
    domainType: string;
    replayToSource: bool = true;
}

root_type DeleteEntity;