UNPKG

119 BTypeScriptView Raw
1export interface Int32Value {
2 'value'?: (number);
3}
4export interface Int32Value__Output {
5 'value': (number);
6}