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

table FetchEntity {
    revision: ulong;
    entityId: string;
    properties: [string];
}

root_type FetchEntity;