Coda by Ian Macalinao
    Preparing search index...

    Type Alias InstructionArgumentUpdates

    InstructionArgumentUpdates: Record<
        string,
        Partial<Omit<InstructionArgumentNodeInput, "defaultValue">> & {
            defaultValue?: InstructionInputValueNode | null;
        },
    >