Update notes

This commit is contained in:
JasterV 2025-06-18 23:38:05 +02:00
parent 58757250e6
commit 0790bcfc16

View file

@ -229,6 +229,8 @@ enum CustomerDeclineRenewalReason {
note:
- We use the IDL to define the structure of our protos
- Fields are uniquely identified with a numeric tag.
- When deleting fields, their tag must be marked as reserved to ensure its never used again