Coda by Ian Macalinao
    Preparing search index...

    Type Alias InstructionArgumentNodeInput<TDefaultValue>

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

    Type Parameters