Skip to main content
Module

x/steam_trader/types/protobuf.d.ts>IParserResult

https://deno.land/x/steam_trader
Latest
interface IParserResult
import { type IParserResult } from "https://deno.land/x/steam_trader@v0.4.0/types/protobuf.d.ts";

Result object returned from parse.

Properties

package: (string | undefined)

Package name, if declared

imports: (string[] | undefined)

Imports, if any

weakImports: (string[] | undefined)

Weak imports, if any

syntax: (string | undefined)

Syntax, if specified (either "proto2" or "proto3")

root: Root

Populated root instance