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