mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 18:07:17 +01:00
8 lines
137 B
Protocol Buffer
8 lines
137 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message PersonStaticCohort {
|
||
|
string id = 1;
|
||
|
string person_id = 2;
|
||
|
uint64 cohort_id = 3;
|
||
|
uint64 team_id = 4;
|
||
|
}
|