ISPO SDK
    Preparing search index...

    Interface HostProjectIconCatalogItem

    Markdown
    interface HostProjectIconCatalogItem {
        contentType: string;
        createdAt: string;
        kind: "project-icon";
        name: string;
        originProjectId: string;
        ref: string;
        size: number;
        updatedAt: string;
        updateMode: "snapshot" | "live";
    }
    Index
    contentType: string
    createdAt: string
    kind: "project-icon"
    name: string
    originProjectId: string
    ref: string
    size: number
    updatedAt: string
    updateMode: "snapshot" | "live"