Takomo v9.0.1
    Preparing search index...

    Type Alias CustomStackChange

    Represents a change detected in a custom stack.

    This type is used to describe individual modifications that would be made to a custom stack during an update operation. The description should be human-readable and provide enough detail for users to understand the impact.

    type CustomStackChange = {
        description: string;
    }
    Index

    Properties

    Properties

    description: string

    A human-readable description of the change. This should clearly explain what will be modified, added, or removed in a way that helps users understand the impact of the change.