Coda by Ian Macalinao
    Preparing search index...

    Interface InstructionArgumentLinkNode<TInstruction>

    interface InstructionArgumentLinkNode<
        TInstruction extends
            InstructionLinkNode
            | undefined = InstructionLinkNode | undefined,
    > {
        instruction?: TInstruction;
        kind: "instructionArgumentLinkNode";
        name: CamelCaseString;
    }

    Type Parameters

    Index

    Properties

    instruction?: TInstruction
    kind: "instructionArgumentLinkNode"