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

table CreateEntity {
    domainType: string;
    delta: [ubyte];
}

root_type CreateEntity;