Modrinth API Types - v1.1.0
    Preparing search index...

    Interface APIThreadMessageBodyStatusChange

    interface APIThreadMessageBodyStatusChange {
        new_status: ProjectStatus;
        old_status: ProjectStatus;
        type: StatusChange;
    }

    Hierarchy (View Summary)

    Index

    Properties

    new_status: ProjectStatus

    The new status of the project.

    Only present for status_change message type.

    old_status: ProjectStatus

    The old status of the project.

    Only present for status_change message type.

    The type of message.