Edit File: Int32Value.ts
// Original file: null export interface Int32Value { 'value'?: (number); } export interface Int32Value__Output { 'value': (number); }
Back to File Manager