blob: aaae1aeac9944b4f53d63bcae59853bc5adaba99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
namespace Akonadi2.Commands;
table Inspection {
id: string;
type: int;
entityId: string;
domainType: string;
property: string;
expectedValue: string;
}
root_type Inspection;
|