@shortcut/client
    Preparing search index...

    Interface ProjectEntityWrapper

    interface ProjectEntityWrapper {
        $schema: string;
        entity: Project;
    }
    Index

    Properties

    Properties

    $schema: string

    The URI for the json-schema for this response.

    2048

    ^https?://.+$

    entity: Project

    The entity for this response.