pyinfra/config/proto/DocumentStructure.proto
2024-07-16 16:31:48 +02:00

9 lines
148 B
Protocol Buffer

syntax = "proto3";
import "EntryData.proto";
message DocumentStructure {
// The root EntryData represents the Document.
EntryData root = 1;
}