@shortcut/client
    Preparing search index...

    Interface HistoryReferenceProject

    A reference to an Project.

    interface HistoryReferenceProject {
        app_url: string;
        entity_type: string;
        id: string | number;
        name: string;
    }
    Index

    Properties

    app_url: string

    The application URL of the Project.

    2048

    ^https?://.+$

    entity_type: string

    The type of entity referenced.

    id: string | number

    The ID of the entity referenced.

    name: string

    The name of the entity referenced.