Coda by Ian Macalinao
    Preparing search index...

    Type Alias InstructionArgumentNodeInput<TDefaultValue, TType, TDisplay>

    InstructionArgumentNodeInput: Omit<
        InstructionArgumentNode<TDefaultValue, TType, TDisplay>,
        "docs" | "kind" | "name",
    > & { docs?: DocsInput; name: string }

    Type Parameters