Coda by Ian Macalinao
    Preparing search index...

    Interface VariablePdaSeedNode<TType>

    interface VariablePdaSeedNode<TType extends TypeNode = TypeNode> {
        docs?: Docs;
        kind: "variablePdaSeedNode";
        name: CamelCaseString;
        type: TType;
    }

    Type Parameters

    Index

    Properties

    Properties

    docs?: Docs
    kind: "variablePdaSeedNode"
    type: TType