package types type LawsuitType uint const ( Individual LawsuitType = 0 Company LawsuitType = 1 )