@digitalocean/dots - v1.0.1
    Preparing search index...
    interface ValidatePostResponse {
        additionalData?: Record<string, unknown>;
        errorEscaped?: null | App_rollback_validation_condition;
        valid?: null | boolean;
        warnings?: null | App_rollback_validation_condition[];
    }

    Hierarchy

    • AdditionalDataHolder
    • Parsable
      • ValidatePostResponse
    Index

    Properties

    additionalData?: Record<string, unknown>

    Gets the additional data for this object that did not belong to the properties.

    The additional data for this object.

    errorEscaped?: null | App_rollback_validation_condition

    The error property

    valid?: null | boolean

    Indicates whether the app can be rolled back to the specified deployment.

    warnings?: null | App_rollback_validation_condition[]

    Contains a list of warnings that may cause the rollback to run under unideal circumstances.