Type alias ProtobufAny

ProtobufAny: {
    type_url: string | null;
    value: Uint8Array | null;
}

Type declaration

  • type_url: string | null
  • value: Uint8Array | null