Files
fomo-reducer/user.capnp

14 lines
216 B
Cap'n Proto

@0xc3e8b8ea9947b0c5;
struct User {
notificationScript @0 :Text;
voiceRecordingConsent @1 :Consent = unspecified;
enum Consent {
unspecified @0;
granted @1;
withheld @2;
}
}