summaryrefslogtreecommitdiffstats
path: root/common/entity.fbs
blob: 565b1a741e517a62975a6524863f2b76348cbc88 (plain)
1
2
3
4
5
6
7
8
9
namespace Akonadi2;

table Entity {
    metadata: [ubyte];
    resource: [ubyte];
    local: [ubyte];
}

root_type Entity;