@shortcut/client
    Preparing search index...

    Interface HistoryActionProjectUpdate

    An action representing a Project being updated.

    interface HistoryActionProjectUpdate {
        action: "update";
        app_url: string;
        entity_type: string;
        id: number;
        name: string;
    }
    Index

    Properties

    action: "update"

    The action of the entity referenced.

    app_url: string

    The application URL of the Project.

    2048

    ^https?://.+$

    entity_type: string

    The type of entity referenced.

    id: number

    The ID of the entity referenced.

    int64

    name: string

    The name of the Project.