Skip to main content
Module

x/pbkit/core/ast/index.ts>MalformedBase

Protobuf toolkit for modern web development
Go to Latest
type alias MalformedBase
Re-export
import { type MalformedBase } from "https://deno.land/x/pbkit@v0.0.61/core/ast/index.ts";

Type Parameters

T extends StatementBase
TType extends string
TKeep extends keyof T
definition: Pick<T, TKeep | keyof StatementBase> & Partial<Omit<T, TKeep | keyof StatementBase | "type">> & { type: TType; }