aboutsummaryrefslogtreecommitdiffstats
path: root/proto/pseudonyms/entity.proto
blob: d656193448caee142346cc05c1be228dca606f70 (plain)
1
2
3
4
5
6
7
8
9
10
syntax = "proto3";

package pseudonyms.entity;

import "google/protobuf/timestamp.proto";

message Entity {
  string id = 1;
  google.protobuf.Timestamp cre_dt_tm = 2;
}