interface StaticTypedField { __isStatic: true; type: Tag; value: any; }
Source: encoder.ts:275
encoder.ts:275
__isStatic: true
type: Tag
value: any