blob: d461d79736a2d4b815400efaf472ebc986f4fd92 [file]
syntax = "proto3";
import "google/protobuf/timestamp.proto";
package status;
message Status {
google.protobuf.Timestamp created_at = 1;
}