(base?: I)
| 183 | fromJSON(object: any): T |
| 184 | toJSON(message: T): unknown |
| 185 | create<I extends Exact<DeepPartial<T>, I>>(base?: I): T |
| 186 | fromPartial<I extends Exact<DeepPartial<T>, I>>(object: I): T |
| 187 | } |
| 188 |
no outgoing calls
no test coverage detected